ArcObjects Library Reference (Editor)  

IEditSketchExtension2.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

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