Share

ChainDimensionSets Object


Description

The ChainDimensionSets collection object provides access to all of the chain dimension sets on the sheet.

Methods

Name Description
Add Method that creates a chain dimension set using the specified geometries. Returns the newly created ChainDimensionSets object.
AddUsingBaseDimension Method that creates a chain dimension set based on the specified base dimension and using specified additional geometry. Returns the newly created ChainDimensionSet object.

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.
Count Property that returns the number of items in the collection.
Item Method that returns the specified dimension set object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DrawingDimensions.ChainDimensionSets

Samples

Name Description
Chain dimensions sets This sample demonstrates the creation of a chain dimension set in a drawing.

Version

Introduced in version 2011

Was this information helpful?