Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
DefaultExpression |
Property that gets the expression which specifies the default value and unit. This is the default value of the Expression property. This property will fail in the case where the iFeatureDefinition object is associated with an iFeature instance. |
EntityType |
Property that returns the type of geometry that are valid. The value returned is the sum of values specifying the valid entity types. |
Expression |
|
IsPunchToolDepth |
Property specifies if this parameter input is used to define the custom depth of a punch tool. |
LimitListCount |
Property that returns the number of limit values if the LimitType is kParamLimitList. This property will fail in the case where the iFeatureDefinition object is associated with an iFeature instance. |
LimitType |
Property that returns the limit type of the parameter. If this returns kParamLimitRange, the LimitExpression property will return the upper and lower limits will be two limit values: the value of the lower and upper bounds. If the LimitType property is kParamLimitList there will be n values. This property will fail in the case where the iFeatureDefinition object is associated with an iFeature instance. |
Name |
Property that gets the name associated with this input. When placing an iFeature using the API you can use the name to identify each input when assigning the desired values and entities. |
Parameter |
Property that returns the parameter in the model this iFeature parameter is dependent on. This property will return Nothing in the case where the iFeatureDefinition object is not associated with an iFeature instance. |
Prompt |
Property that gets the prompt that is used for this input during the placement of the iFeature. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Value |
|