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
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 | Editor Class | IEditTask.OnFinishSketch Method | IEditor Interface | IEditTask.OnDeleteSketch Method | IEditTask.Activate Method | IEditTask.Deactivate Method | IEditSketch Interface | IEditAttributeProperties Interface | IEditLayers Interface | IEditEvents Interface | IEditTask.Name Property | IEditProperties Interface | IEditEvents2 Interface | ISnapEnvironment Interface | IExtension Interface