ArcObjects Library Reference (Editor)  

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