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


IEditSketch2.PartComplete Property (ArcObjects .NET 10.4 SDK)
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