PCharList Class Reference

Class Description

Proxy of C++ Autodesk::Max::NativePointerList<(Autodesk::Max::WStr,q(const).wchar_t,p.q(const).wchar_t)> class
+ Inheritance diagram for PCharList:

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')
 

Member Function Documentation

def Append (   self,
  args 
)
Append(PCharList self, WStr x)
def Delete (   self,
  args 
)
Delete(PCharList self, int n)
def GetCount (   self)
GetCount(PCharList self) -> int
def GetItem (   self,
  args 
)
GetItem(PCharList self, int n) -> wchar_t const *
def Insert (   self,
  args 
)
Insert(PCharList self, WStr x, int at)
def SetCount (   self,
  args 
)
SetCount(PCharList self, int n)
def SetItem (   self,
  args 
)
SetItem(PCharList self, int n, wchar_t const * x)