ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* ScaleSymbols
);
[C++]
HRESULT put_ScaleSymbols(
  VARIANT_BOOL ScaleSymbols
);
[C++]

Parameters

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

Product Availability

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

See Also

IMapServerSublayer2 Interface