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