Class wfcWParameter
Description
A parameter object. This is an extension of
pfcParameterUser Guide References:
Method Summary
void | |
| |
| |
| Sets the units assigned to a parameter. |
| |
| |
| |
| Obtains the driving parameter for a material parameter, if the driver type is pfcPARAMDRIVER_PARAM. |
| |
| |
| |
| Retrieves the list values of the specified ProParametere. |
| |
| |
| |
| Retrieves the list values units of the specified ProParametere. |
| |
| |
| |
| Obtains the lock status of the parameter. |
| |
| |
| |
| Obtains the parameter table set that this parameter is governed by. |
| |
| |
| |
| Obtains the value of the parameter along with units. |
| |
| |
| |
| Determines whether the parameter is inactive. |
| |
| |
| |
| Get whether parameter value type is list or not. |
void | |
| |
| |
| Assigns the driving parameter for a material parameter. This will set the driver type to be pfcPARAMDRIVER_PARAM. |
void | |
| |
| |
| Set a parameter as enumerated, and provides the values that to be assigned to it. |
void | |
| |
| |
| Set parameter value type as list. |
void | |
| |
| |
| Sets the list values given with unit of an existing ProParameter. |
void | |
| |
| |
| Sets the lock status of the parameter. |
void | |
| |
| |
| Set parameter's value to be restricted to a certain range. |
void | |
| |
| |
| Sets the value of the parameter along with units. |
Method Detail
Obtains the parameter table set that this parameter is governed by.
Exceptions thrown (but not limited to):
User Guide References:
Returns:
The parameter table set
Obtains the driving parameter for a material parameter, if the driver type is pfcPARAMDRIVER_PARAM.
Exceptions thrown (but not limited to):
User Guide References:
Returns:
The driving parameter
Assigns the driving parameter for a material parameter. This will set the driver type to be pfcPARAMDRIVER_PARAM.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
DrivingParam
The driving parameter
Returns:
Obtains the lock status of the parameter.
User Guide References:
Returns:
The parameter lock status <reference 1 to unknown entity ParamLockstatus>
Sets the lock status of the parameter.
User Guide References:
Parameters:
LockStatus
The parameter lock status <reference 1 to unknown entity ParamLockstatus>
Returns:
Obtains the value of the parameter along with units.
Exceptions thrown (but not limited to):
User Guide References:
Returns:
The parameter value and units contained in <reference 1 to unknown entity ParamValueWithUnits>
Sets the value of the parameter along with units.
For unitless parameters use
pfcUnit as NULL in
<reference 1 to unknown entity ParamValueWithUnits> The parameter value and units contained in <reference 1 to unknown entity ParamValueWithUnits>
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
ValueWithUnits
Returns:
Set parameter's value to be restricted to a certain range.
Exceptions thrown (but not limited to):
Parameters:
minType
minValue
maxType
maxValue
defaultValue
Returns:
User Guide References:
Set a parameter as enumerated, and provides the values that to be assigned to it.
Exceptions thrown (but not limited to):
Parameters:
PermittedValues
defaultValue
Returns:
User Guide References:
Retrieves the list values of the specified ProParametere.
Exceptions thrown (but not limited to):
Returns:
User Guide References:
Retrieves the list values units of the specified ProParametere.
Exceptions thrown (but not limited to):
Returns:
User Guide References:
Sets the list values given with unit of an existing ProParameter.
The param values
pfcParamValues This is optional arg
pfcUnits if it is not specified then it considers owner unit.
Exceptions thrown (but not limited to):
Parameters:
ParamValues
Units
Returns:
User Guide References:
Get whether parameter value type is list or not.
Returns true if parametr is of list values type otherwise false.
Exceptions thrown (but not limited to):
Returns:
User Guide References:
Set parameter value type as list.
True if the specified parameter value type wants to set as list. Falsie if the specified parameter value type wants to set as non-list.
Exceptions thrown (but not limited to):
Parameters:
IsList
Returns:
User Guide References:
Determines whether the parameter is inactive.
Returns true if parameter is inactive due to current customization of symbol.
Exceptions thrown (but not limited to):
Returns:
User Guide References:
Sets the units assigned to a parameter.
Exceptions thrown (but not limited to):
Parameters:
Units
Returns:
User Guide References: