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


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

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