IParamArray Class Reference

IParamArray Class Reference

Class Description

Proxy of C++ Autodesk::Max::IParamArray class
+ Inheritance diagram for IParamArray:

Public Member Functions

def GetParamBlock (self)
 
def GetValue (self, args)
 
def KeyFrameAtTime (self, args)
 
def SetValue (self, args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def GetParamBlock (   self)
GetParamBlock(IParamArray self) -> IParamBlock
def GetValue (   self,
  args 
)
GetValue(IParamArray self, int i, TimeValue t, float & v, Interval ivalid) -> BOOL
GetValue(IParamArray self, int i, TimeValue t, int & v, Interval ivalid) -> BOOL
GetValue(IParamArray self, int i, TimeValue t, Point3 v, Interval ivalid) -> BOOL
def KeyFrameAtTime (   self,
  args 
)
KeyFrameAtTime(IParamArray self, int i, TimeValue t) -> BOOL
def SetValue (   self,
  args 
)
SetValue(IParamArray self, int i, TimeValue t, float v) -> BOOL
SetValue(IParamArray self, int i, TimeValue t, int v) -> BOOL
SetValue(IParamArray self, int i, TimeValue t, Point3 v) -> BOOL