| MaxPlus Python API Reference
    | 
 Inheritance diagram for Parameter:
 Inheritance diagram for Parameter:| Public Member Functions | |
| def | GetController (self) | 
| def | GetIsAnimatable (self) | 
| def | GetIsArrayData (self) | 
| def | GetIsArrayParameter (self) | 
| def | GetIsObsolete (self) | 
| def | GetIsReadOnly (self) | 
| def | GetName (self) | 
| def | GetParamType (self) | 
| def | GetTabIndex (self) | 
| def | GetValue (self, *args) | 
| def | ReplaceController (self, *args) | 
| def | SetController (self, *args) | 
| def | SetValue (self, *args) | 
| Static Public Attributes | |
| Controller = _swig_property(GetController, SetController) | |
| IsAnimatable = _swig_property(GetIsAnimatable) | |
| IsArrayData = _swig_property(GetIsArrayData) | |
| IsArrayParameter = _swig_property(GetIsArrayParameter) | |
| IsObsolete = _swig_property(GetIsObsolete) | |
| IsReadOnly = _swig_property(GetIsReadOnly) | |
| Name = _swig_property(GetName) | |
| TabIndex = _swig_property(GetTabIndex) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
| Type = _swig_property(GetParamType) | |
| Value = _swig_property(GetValue, SetValue) | |
Provides access to a parameter in a IParamBlock or IParamBlock2.
| def GetController | ( | self | ) | 
GetController(Parameter self) -> Control
| def GetIsAnimatable | ( | self | ) | 
GetIsAnimatable(Parameter self) -> bool
| def GetIsArrayData | ( | self | ) | 
GetIsArrayData(Parameter self) -> bool
| def GetIsArrayParameter | ( | self | ) | 
GetIsArrayParameter(Parameter self) -> bool
| def GetIsObsolete | ( | self | ) | 
GetIsObsolete(Parameter self) -> bool
| def GetIsReadOnly | ( | self | ) | 
GetIsReadOnly(Parameter self) -> bool
| def GetName | ( | self | ) | 
GetName(Parameter self) -> WStr
| def GetParamType | ( | self | ) | 
GetParamType(Parameter self) -> int
| def GetTabIndex | ( | self | ) | 
GetTabIndex(Parameter self) -> int
| def GetValue | ( | self, | |
| * | args | ||
| ) | 
GetValue(Parameter self, TimeValue t=Autodesk::Max::Now()) -> FPValue GetValue(Parameter self) -> FPValue
| def ReplaceController | ( | self, | |
| * | args | ||
| ) | 
ReplaceController(Parameter self, Control c, bool preserveFrame0Value=True) ReplaceController(Parameter self, Control c)
| def SetController | ( | self, | |
| * | args | ||
| ) | 
SetController(Parameter self, Control c, bool preserveFrame0Value=True) SetController(Parameter self, Control c)
| def SetValue | ( | self, | |
| * | args | ||
| ) | 
SetValue(Parameter self, FPValue x, TimeValue t=Autodesk::Max::Now()) SetValue(Parameter self, FPValue x)