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


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

IDimensionConstructor.Name Property

Name of the dimension constructor.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the name of the dimension constructor.  This is the name listed in the Dimension Constructors control on the Dimensioning toolbar.

See Also

IDimensionConstructor Interface