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


IGlobeHelperPub.AddGlobeProperties Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeHelperPub.AddGlobeProperties Method

Process a new layer.

[Visual Basic .NET]
Public Sub AddGlobeProperties ( _
    ByVal pLayer As ILayer, _
    ByVal pGlobeDisplay As IGlobeDisplay, _
    ByVal layerType As esriGlobeLayerType, _
    ByVal bIsChildLayer As Boolean _
)
[C#]
public void AddGlobeProperties (
    ILayer pLayer,
    IGlobeDisplay pGlobeDisplay,
    esriGlobeLayerType layerType,
    bool bIsChildLayer
);
[C++]
HRESULT AddGlobeProperties(
  ILayer* pLayer,
  IGlobeDisplay* pGlobeDisplay,
  esriGlobeLayerType layerType,
  VARIANT_BOOL bIsChildLayer
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer pGlobeDisplay [in]
pGlobeDisplay is a parameter of type IGlobeDisplay layerType [in]
layerType is a parameter of type esriGlobeLayerType bIsChildLayer [in] bIsChildLayer is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeHelperPub Interface