Int64List Class Reference

Class Description

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

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