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,
IGlobeLayerProperties** ppProperties
);
[C++]Parameters
pLayer [in]pLayer is a parameter of type ILayer
ppProperties [out, retval]ppProperties is a parameter of type IGlobeLayerProperties
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.