AGI STK Objects 11 Send comments on this topic.
Socket Property (IAgStkPreferencesConnect)
See Also 





Description

TCP/IP Socket Port.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_Socket();
public: __property void set_Socket(
int
);

[Unmanaged C++]
public: HRESULT get_Socket(
long * pRetVal
);
public: HRESULT put_Socket(
long NewSocket
);

[Java]
public int getSocket();public void setSocket(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1