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