ArcObjects Library Reference  (Carto)    

IMapServerSublayer2.ScaleSymbols Property

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

[Visual Basic 6.0]
Property ScaleSymbols As Boolean
[Visual Basic .NET]
Public Property ScaleSymbols As Boolean
[C#]
public bool ScaleSymbols {get; set;}
[Java]
public boolean isScaleSymbols()
throws
    IOException,
    AutomationException
[Java]
public void setScaleSymbols(
boolean ScaleSymbols
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page