STK X Send comments on this topic.
EnableConnect Property (AgSTKXApplication)
See Also 





Description

Enable or disable TCP/IP connect command processing (default: disabled).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableConnect() As Boolean

[C#]
public bool EnableConnect {get; set;}

[Managed C++]
public: __property bool get_EnableConnect();
public: __property void set_EnableConnect(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableConnect(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableConnect(
VARIANT_BOOL NewEnableConnect
);

[Java]
public bool getEnableConnect();public void setEnableConnect(
bool
);

Remarks

Setting this property to true activates Connect with the port defined by the ConnectPort property.

See Introduction to Connect for details about how to use the external connect library to send commands through TCP/IP.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1