Adds a new Globeserver information to the list of available servers
| [Visual Basic .NET] |
|---|
|
| [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++] |
|---|
|
- ServerName
- The server name to connect to.
- port
- The port to use.
IAgScGlobeServerConfigData





