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


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

IGlobeDisplayLayers.ApplyHeightProperties Method

Applies changes in height properties to the layer.

[Visual Basic .NET]
Public Sub ApplyHeightProperties ( _
    ByVal pGLayer As ILayer _
)
[C#]
public void ApplyHeightProperties (
    ILayer pGLayer
);
[C++]
HRESULT ApplyHeightProperties(
  ILayer* pGLayer
);
[C++]
Parameters
pGLayer [in]

pGLayer is a parameter of type ILayer*

Product Availability

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

See Also

IGlobeDisplayLayers Interface