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


IGlobeLayerInfo.BaseSurfaceID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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(
  long* 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