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


IGlobeHeightProperties.Apply Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeHeightProperties.Apply Method

Apply to the corresponding layer.

[Visual Basic .NET]
Public Sub Apply ( _
    ByVal pGlobe As IGlobe, _
    ByVal pLayer As ILayer _
)
[C#]
public void Apply (
    IGlobe pGlobe,
    ILayer pLayer
);
[C++]
HRESULT Apply(
  IGlobe* pGlobe,
  ILayer* pLayer
);
[C++]

Parameters pGlobe [in]
pGlobe is a parameter of type IGlobe pLayer [in]
pLayer is a parameter of type ILayer

Product Availability

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

See Also

IGlobeHeightProperties Interface

.NET Snippets

Add Drape Layer to Globe Elevation Surface