This document is archived and information here might be outdated. Recommended version. |
Called when the feedback needs to be started.
[Visual Basic .NET] Public Sub StartFeedback ( _ ByVal point As IPoint _ )
[C#] public void StartFeedback ( IPoint point );
The ::StartFeedback() method is called by the controller after the custom feedback object has been created and is ready for use.
This method passes a copy of the Editor's ::CurrentLocation() as input. This point can be used as the starting point for the DisplayFeedback.
void IEditSketchExtension.StartFeedback(IPoint point) { m_displayFeedback.MoveTo(point); }
Private Sub IEditSketchExtension.StartFeedback(ByVal point As IPoint)
m_displayFeedback.MoveTo(point)
End Sub
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