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


IGlobeHeightProperties.Apply Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties Interface > IGlobeHeightProperties.Apply Method
ArcGIS Developer Help

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