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


IGlobeLayerInfo.BaseOption 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.BaseOption Property
ArcGIS Developer Help

IGlobeLayerInfo.BaseOption Property

The base option.

[Visual Basic .NET]
Public ReadOnly Property BaseOption As esriGlobeLayerBaseOption
[C#]
public esriGlobeLayerBaseOption BaseOption {get;}
[C++]
HRESULT get_BaseOption(
  esriGlobeLayerBaseOption* pBaseOption
);
[C++]
Parameters
pBaseOption [out, retval]

pBaseOption is a parameter of type esriGlobeLayerBaseOption*

Product Availability

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

See Also

IGlobeLayerInfo Interface