ArcObjects Library Reference (Editor)  

IEditSketchExtension.HasFeedback Property

Indicates whether the SketchExtension will use a custom feedback.

[Visual Basic .NET]
Public ReadOnly Property HasFeedback As Boolean
[C#]
public bool HasFeedback {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this method to indicate whether the EditSketchExtension will provide the controller with a custom feedback object.

Returning a value of VARIANT_TRUE will indicate to the controller that it must call the ::CreateFeedback() method in order to create the custom feedback object to be used.

See Also

IEditSketchExtension 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