HICONWrapperList Class Reference

Class Description

Proxy of C++ Autodesk::Max::PrimitiveList<(Autodesk::Max::HICONWrapper)> class
+ Inheritance diagram for HICONWrapperList:

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(HICONWrapperList self, HICONWrapper x)
def Delete (   self,
  args 
)
Delete(HICONWrapperList self, int n)
def GetCount (   self)
GetCount(HICONWrapperList self) -> int
def GetItem (   self,
  args 
)
GetItem(HICONWrapperList self, int n) -> HICONWrapper
def Insert (   self,
  args 
)
Insert(HICONWrapperList self, HICONWrapper x, int at)
def SetCount (   self,
  args 
)
SetCount(HICONWrapperList self, int n)
def SetItem (   self,
  args 
)
SetItem(HICONWrapperList self, int n, HICONWrapper x)