Share

DrawingDimensions Object


Description

The DrawingDimensions object provides access to all of the dimensions ( objects) on the sheet.

Methods

Name Description
Arrange Method that automatically arranges the input drawing dimensions.

Properties

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.
BaselineDimensionSets Property that returns the BaselineDimensionSets collection object.
ChainDimensionSets Property that returns the ChainDimensionSets collection object. This object provides access to all of the chain dimension sets on the sheet and provides functionality to create new chain dimension sets.
Count Property that returns the number of items in the collection.
GeneralDimensions Property that returns the GeneralDimensions collection object. This object provides access to all of the general dimensions on the sheet and provides functionality to create new general dimensions.
Item Method that returns the specified dimension object from the collection.
OrdinateDimensions Property that returns the OrdinateDimensions collection object.
OrdinateDimensionSets Property that returns the OrdinateDimensionSets collection object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Sheet.DrawingDimensions

Samples

Name Description
Baseline dimension sets This sample demonstrates the creation of a baseline set dimension in a drawing.
Dimensions - edit This sample demonstrates the editing of sheet dimensions and the associated dimension style.

Version

Introduced in version 9

Was this information helpful?