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


IEnumDimensionConstructor Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEnumDimensionConstructor Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Editor)  

IEnumDimensionConstructor Interface

Provides access to members that control the dimension constructors.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method Next Retrieves the next constructor in the enumeration.
Method Reset Resets the enumerator such that a subsequent next returns the first constructor.

CoClasses that implement IEnumDimensionConstructor

CoClasses and Classes Description

Remarks

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.

See Also

IDimensionEditExtension Interface | IDimensionConstructor Interface