This document is archived and information here might be outdated. Recommended version. |
Returns GlobeLayerProperties of a layer
[Visual Basic .NET] Public Sub FindGlobeLayerProperties ( _ ByVal pLayer As ILayer, _ ByRef ppGlobeLayerProperties As IGlobeLayerProperties _ )
[C#] public void FindGlobeLayerProperties ( ILayer pLayer, ref IGlobeLayerProperties ppGlobeLayerProperties );
[C++]
HRESULT FindGlobeLayerProperties(
ILayer* pLayer,
IGlobeLayerProperties** ppGlobeLayerProperties
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer* ppGlobeLayerProperties [out]
ppGlobeLayerProperties is a parameter of type IGlobeLayerProperties**