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


IGlobeLayerInfo.BaseSurfaceID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.BaseSurfaceID Property
ArcGIS Developer Help

IGlobeLayerInfo.BaseSurfaceID Property

The layer ID of the base surface, (-1 if it doesn't exist).

[Visual Basic .NET]
Public ReadOnly Property BaseSurfaceID As Integer
[C#]
public int BaseSurfaceID {get;}
[C++]
HRESULT get_BaseSurfaceID(
  System.Int32* pBaseID
);
[C++]
Parameters
pBaseID [out, retval]

pBaseID is a parameter of type long*

Product Availability

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

See Also

IGlobeLayerInfo Interface