This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEnumDimensionConstructor Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the dimension constructors.
Description | ||
---|---|---|
Next | Retrieves the next constructor in the enumeration. | |
Reset | Resets the enumerator such that a subsequent next returns the first constructor. |
Use IEnumDimensionConstructor to cycle through each DimensionConstructor registered in the 'ESRI Dimension Constructors' component category. A reference to IEnumDimensionConstructor may be obtained from IDimensionEditExtension::DimensionConstructors.
IDimensionEditExtension Interface | IDimensionConstructor Interface