ArcObjects Library Reference (Editor)  

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