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