AGI STK X 11Send comments on this topic.
ConnectMaxConnections Property (AgSTKXApplication)
See Also
Windows






Windows & Linux

Description

Specifies the maximum number of simultaneous Connect connections to be accepted by STK X. The maximum number of connections is constrained by the Integration Module license.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectMaxConnections() As Integer
[C#]
public int ConnectMaxConnections {get; set;}
[Managed C++]
public: __property int get_ConnectMaxConnections();
public: __property void set_ConnectMaxConnections( int );
[Unmanaged C++]
public: HRESULT get_ConnectMaxConnections(
    long * pVal
);
public: HRESULT put_ConnectMaxConnections(
    long newVal
);
[Java]
public int getConnectMaxConnections();
public void setConnectMaxConnections(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.