This document is archived and information here might be outdated.  Recommended version.


IGlobeDisplayLayers.FindGlobeProperties Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers.FindGlobeProperties Method

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*

Product Availability

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

See Also

IGlobeDisplayLayers Interface

.NET Snippets

Draw Globe Layers in Correct Order | Set Globe Layer Properties | Add Vector Data to Globe | Add Drape Layer to Globe Elevation Surface

.NET Related Topics

GlobeCore | How to get and set the drawing order of layers in globe | How to set globe layer cache properties