ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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(
  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

Product Availability

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

See Also

IGlobeLayerProperties5 Interface