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


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

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(
  System.Int32* 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