AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_MaxConnections(
   long NewMaxConnections
);
[Java]
public int getMaxConnections();public void setMaxConnections(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.