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


IGlobeServerGroupLayer.Connect Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerGroupLayer.Connect Method

Connects to a Globe server given a server object name.

[Visual Basic .NET]
Public Sub Connect ( _
    ByVal pServerObjectName As IAGSServerObjectName, _
    ByVal pLayerInfo As IGlobeLayerInfo _
)
[C#]
public void Connect (
    IAGSServerObjectName pServerObjectName,
    IGlobeLayerInfo pLayerInfo
);
[C++]
HRESULT Connect(
  IAGSServerObjectName* pServerObjectName,
  IGlobeLayerInfo* pLayerInfo
);
[C++]

Parameters pServerObjectName [in]
pServerObjectName is a parameter of type IAGSServerObjectName pLayerInfo
pLayerInfo is a parameter of type IGlobeLayerInfo

Product Availability

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

See Also

IGlobeServerGroupLayer Interface