This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay3D Interface > IDisplay3D.SymbolScale Property (ArcObjects .NET 10.4 SDK) |
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(
float scale
);
[C++]
Parameters scale [out, retval] scale is a parameter of type float scale [in] scale is a parameter of type float