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


IDisplayFeedback2.SymbolIsWYSIWYG Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayFeedback2 Interface > IDisplayFeedback2.SymbolIsWYSIWYG Property
ArcGIS Developer Help

IDisplayFeedback2.SymbolIsWYSIWYG Property

Determines whether the feedback symbol scales with the display.

[Visual Basic .NET]
Public Property SymbolIsWYSIWYG As Boolean
[C#]
public bool SymbolIsWYSIWYG {get; set;}
[C++]
HRESULT get_SymbolIsWYSIWYG(
  Boolean* isWYSIWYG
);
[C++]
HRESULT put_SymbolIsWYSIWYG(
  VARIANT_BOOL isWYSIWYG
);
[C++]
Parameters
isWYSIWYG [out, retval]

isWYSIWYG is a parameter of type bool* isWYSIWYG [in]
isWYSIWYG is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDisplayFeedback2 Interface