ArcObjects Library Reference (Editor)  

IEditSketch2.PartComplete Property

Indicates whether FinishPart has been called on the edit sketch.

[Visual Basic .NET]
Public ReadOnly Property PartComplete As Boolean
[C#]
public bool PartComplete {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to determine when the current part of the sketch is finished.

See Also

IEditSketch2 Interface