ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions.DefaultUse16ElevBits Property

Indicates whether to perform elevation range compression to 16 bits.

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

IGlobeAdvancedOptions Interface