This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.Scale3DSymbols Property (ArcObjects .NET 10.5 SDK) |
Indicates if the the 3D symbols will be scaled with the distance.
[Visual Basic .NET] Public Property Scale3DSymbols As Boolean
[C#] public bool Scale3DSymbols {get; set;}
[C++]
HRESULT get_Scale3DSymbols(
VARIANT_BOOL* pbScaleSyms
);
[C++]
HRESULT put_Scale3DSymbols(
VARIANT_BOOL pbScaleSyms
);
[C++]
Parameters pbScaleSyms [out, retval] pbScaleSyms is a parameter of type VARIANT_BOOL pbScaleSyms [in] pbScaleSyms is a parameter of type VARIANT_BOOL