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