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


IGlobeLayerInfo.Use16ColorBits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.Use16ColorBits Property
ArcGIS Developer Help

IGlobeLayerInfo.Use16ColorBits Property

Indicates whether to use 16 bits for color.

[Visual Basic .NET]
Public ReadOnly Property Use16ColorBits As Boolean
[C#]
public bool Use16ColorBits {get;}
[C++]
HRESULT get_Use16ColorBits(
  Boolean* pbUse16Bits
);
[C++]
Parameters
pbUse16Bits [out, retval]

pbUse16Bits is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerInfo Interface