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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinNumUses() As Integer
[C#]
public int MinNumUses {get; set;}
[Managed C++]
public: __property int get_MinNumUses();
public: __property void set_MinNumUses( int );
[Unmanaged C++]
public: HRESULT get_MinNumUses(
    int * pVal
);
public: HRESULT put_MinNumUses(
    int val
);
[Java]
public Integer getMinNumUses();
public void setMinNumUses(
    Integer
);
[Python - STK API ]
@property
def MinNumUses(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.