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


IDimensionConstructor.SketchGeometryType 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.SketchGeometryType Property
ArcGIS Developer Help

IDimensionConstructor.SketchGeometryType Property

The type of geometry used for the edit sketch constructor.

[Visual Basic .NET]
Public ReadOnly Property SketchGeometryType As esriGeometryType
[C#]
public esriGeometryType SketchGeometryType {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the geometry type of the dimension constructor used for the sketch geometry.  Most of the standard dimension constructors use esriGeometryMultipoint.

See Also

IDimensionConstructor Interface