ArcObjects Library Reference (DefenseSolutions)  

IGSGeoSymRenderer.ShallowDisplayMode Property

Indicates if The interactive shallow display mode.

[Visual Basic .NET]
Public Property ShallowDisplayMode As Boolean
[C#]
public bool ShallowDisplayMode {get; set;}
[C++]
HRESULT get_ShallowDisplayMode(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_ShallowDisplayMode(
  VARIANT_BOOL pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL pVal [in]   pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGSGeoSymRenderer Interface