AGI STK Objects 11 Send comments on this topic.
Port Property (IAgScGlobeServerConfigData)
See Also 
Windows






Windows & Linux

Description

The port number to which STK connects to obtain the list of available Web pages. The default port number is 80.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Port() As Integer

[C#]
public int Port {get; set;}

[Managed C++]
public: __property int get_Port();
public: __property void set_Port(
int
);

[Unmanaged C++]
public: HRESULT get_Port(
long * pRetVal
);
public: HRESULT put_Port(
long NewPort
);

[Java]
public int getPort();public void setPort(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface