ArcObjects Library Reference (Editor)  

IEditProperties4.UseWYSIWYGSketchSymbol Property

Indicates whether the sketch is drawn with WYSIWYG symbology.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

This property determines whether or not the feature being edited or created is drawn using the renderer’s symbol, or the classic edit sketch symbology.

See Also

IEditProperties4 Interface