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


IFeatureLayerDrawingDescription.ScaleSymbols Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFeatureLayerDrawingDescription.ScaleSymbols Property

Indicates if symbols are scaled for the layer.

[Visual Basic .NET]
Public Property ScaleSymbols As Boolean
[C#]
public bool ScaleSymbols {get; set;}
[C++]
HRESULT get_ScaleSymbols(
  VARIANT_BOOL* Scale
);
[C++]
HRESULT put_ScaleSymbols(
  VARIANT_BOOL Scale
);
[C++]

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

Product Availability

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

See Also

IFeatureLayerDrawingDescription Interface