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


IEditSketch2.PartComplete Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch2 Interface > IEditSketch2.PartComplete Property
ArcGIS Developer Help

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