AGI STK Objects 11Send comments on this topic.
Add Method (IAgScGlobeServersCollection)
See Also
ServerName
The server name to connect to.
port
The port to use.
Windows






Windows & Linux

Description

Adds a new Globeserver information to the list of available servers

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal ServerName As String, _
    ByVal port As Integer _
) As 
[C#]
public IAgScGlobeServerConfigData Add(
    string ServerName,
    int port
);
[Managed C++]
public: IAgScGlobeServerConfigData^ Add(
    String __gc ^ ServerName,
    int port
);
[Java]
public IAgScGlobeServerConfigData add(
    String ServerName,
    int port
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR ServerName,
    long port,
    IAgScGlobeServerConfigData ** ppRetVal
);

Parameters

ServerName
The server name to connect to.
port
The port to use.

Return Type

IAgScGlobeServerConfigData

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.