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


IGlobeServerLayer.GlobeServerLayerID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerLayer.GlobeServerLayerID Property

The GlobeServer layer identifier. This ID is used throughout to uniquely identify the layer for all requests.

[Visual Basic .NET]
Public ReadOnly Property GlobeServerLayerID As Integer
[C#]
public int GlobeServerLayerID {get;}
[C++]
HRESULT get_GlobeServerLayerID(
  long* pLayerID
);
[C++]

Parameters pLayerID [out, retval] pLayerID is a parameter of type long

Product Availability

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

See Also

IGlobeServerLayer Interface