This document is archived and information here might be outdated. Recommended version. |
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*