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


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

IMapServerSublayer2.ScaleSymbols Property

Indicates whether the layer should scale its symbols according to the reference scale.

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

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

Product Availability

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

See Also

IMapServerSublayer2 Interface