Proxy of C++ Autodesk::Max::List<(Autodesk::Max::WStr,::WStr)> class
Public Member Functions | |
def | Append (self, args) |
def | Delete (self, args) |
def | GetCount (self) |
def | GetItem (self, args) |
def | Insert (self, args) |
def | SetCount (self, args) |
def | SetItem (self, args) |
Public Attributes | |
this | |
Static Public Attributes | |
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(StrList self, WStr x)
def Delete | ( | self, | |
args | |||
) |
Delete(StrList self, int n)
def GetCount | ( | self | ) |
GetCount(StrList self) -> int
def GetItem | ( | self, | |
args | |||
) |
GetItem(StrList self, int n) -> WStr
def Insert | ( | self, | |
args | |||
) |
Insert(StrList self, WStr x, int at)
def SetCount | ( | self, | |
args | |||
) |
SetCount(StrList self, int n)
def SetItem | ( | self, | |
args | |||
) |
SetItem(StrList self, int n, WStr x)