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