| Name | Description |
| Show | Method that displays all the dimensions for the feature. This is the equivalent of the 'Show Dimensions' command in the user interface. |
| Name | Description |
| 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. |
| Count | Property that returns the number of items in the collection. |
| Item | Returns the specified FeatureDimension object from the collection. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| Name | Description |
| Query feature dimensions | This sample demonstrates querying the dimensions of a feature in a part or an assembly document. The sample also demonstrates how to show the dimensions of a feature. |