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 > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.Use16ElevationBits Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to use 16 bits for elevation.
[Visual Basic .NET] Public Property Use16ElevationBits As Boolean
[C#] public bool Use16ElevationBits {get; set;}
[C++]
HRESULT get_Use16ElevationBits(
VARIANT_BOOL* pbUse16Bits
);
[C++]
HRESULT put_Use16ElevationBits(
VARIANT_BOOL pbUse16Bits
);
[C++]
Parameters pbUse16Bits [out, retval] pbUse16Bits is a parameter of type VARIANT_BOOL pbUse16Bits [in] pbUse16Bits is a parameter of type VARIANT_BOOL