| MaxPlus Python API Reference
    | 
 Inheritance diagram for IParamArray:
 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 | |
| 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 | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Proxy of C++ Autodesk::Max::IParamArray class
| 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