This document is archived and information here might be outdated. Recommended version. |
Finds the globe properties of the layer.
[Visual Basic .NET] Public Function FindGlobeProperties ( _ ByVal pLayer As ILayer _ ) As IGlobeLayerProperties
[C#] public IGlobeLayerProperties FindGlobeProperties ( ILayer pLayer );
[C++]
HRESULT FindGlobeProperties(
ILayer* pLayer
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer*