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