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


IDimensionEditExtension.CurrentConstructor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionEditExtension Interface > IDimensionEditExtension.CurrentConstructor Property
ArcGIS Developer Help

IDimensionEditExtension.CurrentConstructor Property

The currently selected dimension constructor.

[Visual Basic .NET]
Public WriteOnly Property CurrentConstructor
[C#]
public void CurrentConstructor {set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Sets the DimensionConstructor used to create new dimension features.  A reference to an DimensionConstructor is often acquired by obtaining a reference to IEnumDimensionConstructor and looping through until the desired constructor is returned.

See Also

IDimensionEditExtension Interface