This document is archived and information here might be outdated. Recommended version. |
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 bool