STK XSend comments on this topic.
ConnectPort Property (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

Specify TCP/IP port to be used by Connect (default: 5001).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectPort() As short
[C#]
public short ConnectPort {get; set;}
[Managed C++]
public: __property short get_ConnectPort();
public: __property void set_ConnectPort( short );
[Unmanaged C++]
public: HRESULT get_ConnectPort(
    short * pVal
);
public: HRESULT put_ConnectPort(
    short newVal
);
[Java]
public short getConnectPort();
public void setConnectPort(
    short
);
[Python - STK API ]
@property
def ConnectPort(self) -> short:

@ConnectPort.setter
def ConnectPort(self, newVal:short) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.