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


IFeatureLayerDrawingDescription2.ScaleSymbols Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayerDrawingDescription2 Interface > IFeatureLayerDrawingDescription2.ScaleSymbols Property
ArcGIS Developer Help

IFeatureLayerDrawingDescription2.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(
  Boolean* Scale
);
[C++]
HRESULT put_ScaleSymbols(
  VARIANT_BOOL Scale
);
[C++]
Parameters
Scale [out, retval]

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

Product Availability

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

See Also

IFeatureLayerDrawingDescription2 Interface