STK ObjectsSend comments on this topic.
MaxConnections Property (IAgStkPreferencesConnect)
See Also
Windows





Windows & Linux

Description

Max number of simultaneous connections.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxConnections() As Integer
[C#]
public int MaxConnections {get; set;}
[Managed C++]
public: __property int get_MaxConnections();
public: __property void set_MaxConnections( int );
[Unmanaged C++]
public: HRESULT get_MaxConnections(
    long * pMaxConnections
);
public: HRESULT put_MaxConnections(
    long MaxConnections
);
[Java]
public int getMaxConnections();
public void setMaxConnections(
    int
);
[Python - STK API ]
@property
def MaxConnections(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.