This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the dimension class extension for a dimension feature class.
The IDimensionClassExtension interface provides access to the DimensionStyles collection and the reference scale drawing properties.
Name | Description | |
---|---|---|
DimensionStyles | The collection of dimension styles associated with the dimension feature class. | |
NativeTransformation | The native display transformation of the dimension feature class. | |
ReferenceScale | The reference scale of the dimension feature class. | |
ReferenceScaleUnits | The reference scale units of the dimension feature class. | |
ResetProperties | Resets the in state of the dimension feature class properties. | |
UpdateProperties | Updates the dimension featrue class' properties. |
Classes | Description |
---|---|
DimensionClassExtension | A class extension which contains all the style properties for a dimension feature class. |
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().