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


IEditSketchExtension.StartFeedbackFromShape Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IEditSketchExtension.StartFeedbackFromShape Method

Called when the feedback needs to be started using an existing geometry.

[Visual Basic .NET]
Public Sub StartFeedbackFromShape ( _
    ByVal shape As IGeometry _
)
[C#]
public void StartFeedbackFromShape (
    IGeometry shape
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The ::StartFeedbackFromShape() method is called by the controller to determine if the custom feedback object will be supplied with an initial geometry.

Example:  Pass in a circular geometry and resize it via the feedback to determine a buffer zone.

See Also

IEditSketchExtension Interface | IDatasetEdit Interface | IDatasetEditInfo Interface | IEditSketch Interface | IEditTask.Activate Method | IEditor Interface | IEditTask.Deactivate Method | ISnapEnvironment Interface | IEditEvents2 Interface | IEditLayers Interface | IEditEvents Interface | IEditTask.Name Property | Editor Class | Editor Library | IEditTask.OnFinishSketch Method | IEditAttributeProperties Interface | IEditTask.OnDeleteSketch Method | IEditProperties Interface | IExtension Interface | IEditSketchExtension2 Interface