Parameter Class Reference
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
GetName(Parameter self) -> WStr
GetParamType(Parameter self) -> int
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)