BitmapList Class Reference
Proxy of C++ Autodesk::Max::List<(Autodesk::Max::PBBitmap,::PBBitmap)> class
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def Append |
( |
|
self, |
|
|
|
args |
|
) |
| |
Append(BitmapList self, PBBitmap x)
def Delete |
( |
|
self, |
|
|
|
args |
|
) |
| |
Delete(BitmapList self, int n)
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)