ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.Use16ElevationBits Property

Indicates whether to use 16 bits for elevation.

[Visual Basic .NET]
Public ReadOnly Property Use16ElevationBits As Boolean
[C#]
public bool Use16ElevationBits {get;}
[C++]
HRESULT get_Use16ElevationBits(
  VARIANT_BOOL* pbUse16Bits
);
[C++]

Parameters

pbUse16Bits [out, retval]   pbUse16Bits is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerInfo Interface