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


IEditSketch.ModifySketch Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IEditSketch.ModifySketch Method

Call to notify listeners that the sketch has been changed.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Generates an event signaling that the EditSketch has been modified. Listen for this event using IEditEvents::OnSketchModified .

See Also

IEditSketch Interface