ClassDescList Class Reference
Proxy of C++ Autodesk::Max::PointerList<(Autodesk::Max::ClassDesc,::ClassDesc)> 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(ClassDescList self, ClassDesc x)
def Delete |
( |
|
self, |
|
|
|
args |
|
) |
| |
Delete(ClassDescList self, int n)
GetCount(ClassDescList self) -> int
def GetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetItem(ClassDescList self, int n) -> ClassDesc
def Insert |
( |
|
self, |
|
|
|
args |
|
) |
| |
Insert(ClassDescList self, ClassDesc x, int at)
def SetCount |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetCount(ClassDescList self, int n)
def SetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetItem(ClassDescList self, int n, ClassDesc x)