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


IEngineEditSketch.ModifySketch 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.ModifySketch Method
ArcGIS Developer Help

IEngineEditSketch.ModifySketch Method

Notifies listeners that the sketch has been changed.

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

Product Availability

Available with ArcGIS Engine.

Description

Call ModifySketch if you are programmatically modifying an edit sketch. The ModifySketch method will programmatically fire the IEngineEditEvents::OnSketchModified event, thus ensuring that all listening clients are notified.

See Also

IEngineEditSketch Interface