STK ObjectsSend comments on this topic.
MaxNumUses Property (IAgChConnection)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum number of uses for a connection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxNumUses() As Integer
[C#]
public int MaxNumUses {get; set;}
[Managed C++]
public: __property int get_MaxNumUses();
public: __property void set_MaxNumUses( int );
[Unmanaged C++]
public: HRESULT get_MaxNumUses(
    int * pVal
);
public: HRESULT put_MaxNumUses(
    int val
);
[Java]
public Integer getMaxNumUses();
public void setMaxNumUses(
    Integer
);
[Python - STK API ]
@property
def MaxNumUses(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.