This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerGroupLayer Interface > IGlobeServerGroupLayer.Connect Method (ArcObjects .NET 10.4 SDK) |
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