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


IAnnotationConstructor.SketchGeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationConstructor Interface > IAnnotationConstructor.SketchGeometryType Property
ArcGIS Developer Help

IAnnotationConstructor.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 annotation constructor.

See Also

IAnnotationConstructor Interface