AGI STK Objects 11 Send comments on this topic.
MaxConnections Property (IAgStkPreferencesConnect)
See Also 





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 * pRetVal
);
public: HRESULT put_MaxConnections(
long NewMaxConnections
);

[Java]
public int getMaxConnections();public void setMaxConnections(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1