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


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

ILasDatasetLayer.ScaleSymbols Property

Indicates if symbols are scaled for this layer.

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

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

Product Availability

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

See Also

ILasDatasetLayer Interface