BitmapList Class Reference

Class Description

Proxy of C++ Autodesk::Max::List<(Autodesk::Max::PBBitmap,::PBBitmap)> class
+ Inheritance diagram for BitmapList:

Public Member Functions

def Append (self, args)
 
def Delete (self, args)
 
def GetCount (self)
 
def GetItem (self, args)
 
def Insert (self, args)
 
def SetCount (self, args)
 
def SetItem (self, args)
 

Public Attributes

 this
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def Append (   self,
  args 
)
Append(BitmapList self, PBBitmap x)
def Delete (   self,
  args 
)
Delete(BitmapList self, int n)
def GetCount (   self)
GetCount(BitmapList self) -> int
def GetItem (   self,
  args 
)
GetItem(BitmapList self, int n) -> PBBitmap
def Insert (   self,
  args 
)
Insert(BitmapList self, PBBitmap x, int at)
def SetCount (   self,
  args 
)
SetCount(BitmapList self, int n)
def SetItem (   self,
  args 
)
SetItem(BitmapList self, int n, PBBitmap x)