ArcObjects Library Reference (GlobeCore)  

IGlobeHelperPub.FindGlobeLayerProperties Method

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

Product Availability

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

See Also

IGlobeHelperPub Interface