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


IAnnotationConstructor.CanFinish 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.CanFinish Property
ArcGIS Developer Help

IAnnotationConstructor.CanFinish Property

Indicates if the annotation feature can be constructed given the number of points in the edit sketch.

[Visual Basic .NET]
Public Function get_CanFinish ( _
    ByVal sketchGeometry As IGeometry _
) As Boolean
[C#]
public bool get_CanFinish (
    IGeometry sketchGeometry
);

Product Availability

Available with ArcGIS Desktop.

Remarks

CanFinish determines if the specified annotation constructor's conditions have been met in order to successfully complete the construction.  One of the primary conditions is the number of points in the edit sketch.  For example, the Straight annotation constructor requires exactly two points - once the edit sketch contains two points CanFinish returns True. 

See Also

IAnnotationConstructor Interface