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





Windows & Linux

Description

Specify the maximum number of Connect connections to allow.

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
);
[Python - STK API ]
@property
def ConnectMaxConnections(self) -> int:

@ConnectMaxConnections.setter
def ConnectMaxConnections(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.