AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
BuiltIn |
Property that returns whether this is an Inventor-generated parameter or an API-created one. Returns True if it is Inventor-generated. |
Comment |
|
CustomPropertyFormat |
Property that returns the CustomPropertyFormat object associated with this parameter. The CustomPropertyFormat provides control over how the parameter value is formatted when it is exposed as a custom iProperty. |
Dependents |
Property that returns the collection of objects that have a direct dependency on the parameter. |
DisabledActionTypes |
|
DisplayFormat |
|
DrivenBy |
Method that returns the collection objects that the parameter is dependent on. |
ExposedAsProperty |
|
Expression |
|
ExpressionList |
Property that returns the expression list associated with this parameter. |
HealthStatus |
Property that returns an enum indicating the current state of the object. |
InUse |
Property that returns whether whether this parameter is currently in use (by a dimension, feature or by any other parameter). |
IsKey |
|
ModelValue |
Property that returns the evaluation of this parameter (in database units) that is currently used by the model. This takes into account the value computed from the expression and the tolerance. This method is only valid for numeric unit types and will fail for Text and Boolean unit types. |
ModelValueType |
|
Name |
|
ParameterType |
Property that allows you to get the type of the parameter. The parameter type can be either kModelParameterType, kReferenceParameterType, kTableParameterType, or kUserParameterType. |
Parent |
Property that returns the parent Document of this parameter. |
Precision |
|
Renamed |
Gets whether the ModelParameter has been renamed by the user. |
Tolerance |
Property that returns the tolerance for this parameter. This property returns Nothing in the case where the unit type of this parameter is kTextUnits or kBooleanUnits. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Units |
Gets/(Sets) the units of the parameter. Note that the units is always retrieved as a string, but may be set using a constant from UnitsTypeEnum. 'Set' may not be allowed on some parameter types. |
Value |
|