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


IGlobeLayerProperties.Scale3DSymbols Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.Scale3DSymbols Property

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(
  Boolean* pbScaleSyms
);
[C++]
HRESULT put_Scale3DSymbols(
  VARIANT_BOOL pbScaleSyms
);
[C++]

Parameters pbScaleSyms [out, retval]
pbScaleSyms is a parameter of type bool* pbScaleSyms [in]
pbScaleSyms is a parameter of type bool

Product Availability

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

See Also

IGlobeLayerProperties Interface