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


IGlobeDisplayLayers.FindGlobeProperties Method (ArcObjects .NET 10.5 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,
  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.

See Also

IGlobeDisplayLayers Interface

.NET Snippets

Set Globe Layer Properties | Add Vector Data to Globe | Draw Globe Layers in Correct Order | 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