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


IEngineEditSketch.FinishSketchPart Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditSketch Interface > IEngineEditSketch.FinishSketchPart Method
ArcGIS Developer Help

IEngineEditSketch.FinishSketchPart Method

Completes a part for the current edit sketch.

[Visual Basic .NET]
Public Sub FinishSketchPart ( _
)
[C#]
public void FinishSketchPart (
);
[C++]
HRESULT FinishSketchPart(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The FinishSketchPart method finishes the edit sketch part during the creation of multi-part geometries.

Remarks

This method fires the IEngineEditEvents::OnAfterDrawSketch event.

See Also

IEngineEditSketch Interface