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


IEditSketchExtension2.HasPreSketchFeedback Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketchExtension2 Interface > IEditSketchExtension2.HasPreSketchFeedback Property
ArcGIS Developer Help

IEditSketchExtension2.HasPreSketchFeedback Property

Indicates whether the SketchExtension will use a custom feedback before the sketch starts.

[Visual Basic .NET]
Public ReadOnly Property HasPreSketchFeedback As Boolean
[C#]
public bool HasPreSketchFeedback {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 used prior to that of the Edit Sketch.

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

See Also

IEditSketchExtension2 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