This document is archived and information here might be outdated.  Recommended version.


IDimensionClassExtension Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionClassExtension Interface
ArcGIS Developer Help

IDimensionClassExtension Interface

Provides access to members that control the dimension class extension for a dimension feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IDimensionClassExtension interface provides access to the DimensionStyles collection and the reference scale drawing properties.

Members

Name Description
Read-only property DimensionStyles The collection of dimension styles associated with the dimension feature class.
Read-only property NativeTransformation The native display transformation of the dimension feature class.
Read/write property ReferenceScale The reference scale of the dimension feature class.
Read/write property ReferenceScaleUnits The reference scale units of the dimension feature class.
Method ResetProperties Resets the in state of the dimension feature class properties.
Method UpdateProperties Updates the dimension featrue class' properties.

Classes that implement IDimensionClassExtension

Classes Description
DimensionClassExtension A class extension which contains all the style properties for a dimension feature class.

Remarks

After making changes to any of the IDimensionClassExtension properties, it is necessary to call the UpdateProperties() method.  Changes can also be discarded by calling the ResetProperties() method if UpdateProperties() has not be called. As with any schema related modifications, an exclusive schema lock should be obtained on the feature class before calling UpdateProperties().

See Also

IDimensionStyles Interface