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


IDisplay3D.SymbolScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay3D Interface > IDisplay3D.SymbolScale Property
ArcGIS Developer Help

IDisplay3D.SymbolScale Property

The scale for point size and line width of symbols.

[Visual Basic .NET]
Public Property SymbolScale As Single
[C#]
public float SymbolScale {get; set;}
[C++]
HRESULT get_SymbolScale(
  float scale
);
[C++]
HRESULT put_SymbolScale(
  System.Single* scale
);
[C++]
Parameters
scale [in]

scale is a parameter of type single scale [out, retval]
scale is a parameter of type single*

Product Availability

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

See Also

IDisplay3D Interface