ArcObjects Library Reference  (Carto)    

INetworkLayer.ScaleSymbols Property

Indicates if symbols are scaled for the layer.

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

);

[C++]

Parameters

Scale [out, retval]

  Scale is a parameter of type VARIANT_BOOL

Scale [in]

  Scale is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INetworkLayer Interface

 


Feedback Send feedback on this page