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