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


IGlobeLayerProperties.Use16ColorBits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.Use16ColorBits Property

Indicates whether to use 16 bits for color.

[Visual Basic .NET]
Public Property Use16ColorBits As Boolean
[C#]
public bool Use16ColorBits {get; set;}
[C++]
HRESULT get_Use16ColorBits(
  VARIANT_BOOL* pbUse16Bits
);
[C++]
HRESULT put_Use16ColorBits(
  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

Product Availability

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

See Also

IGlobeLayerProperties Interface

.NET Snippets

Set Globe Layer Properties