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


IMapLayerInfo3.CanScaleSymbols Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapLayerInfo3.CanScaleSymbols Property

Indicates if the layer supports symbol scaling.

[Visual Basic .NET]
Public ReadOnly Property CanScaleSymbols As Boolean
[C#]
public bool CanScaleSymbols {get;}
[C++]
HRESULT get_CanScaleSymbols(
  VARIANT_BOOL* canScale
);
[C++]

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

Product Availability

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

See Also

IMapLayerInfo3 Interface