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