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