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


IGlobeHeightProperties.BaseLayerName Property (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.BaseLayerName Property
ArcGIS Developer Help

IGlobeHeightProperties.BaseLayerName Property

The base layer name persisted.

[Visual Basic .NET]
Public ReadOnly Property BaseLayerName As String
[C#]
public string BaseLayerName {get;}
[C++]
HRESULT get_BaseLayerName(
  System.String* pBaseLayerName
);
[C++]
Parameters
pBaseLayerName [out, retval]

pBaseLayerName is a parameter of type BSTR*

Product Availability

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

See Also

IGlobeHeightProperties Interface