Description
Max number of elements. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaxTLELimit() As Integer
|
| [C#] |
|---|
public int MaxTLELimit {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_MaxTLELimit(); public: __property void set_MaxTLELimit(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaxTLELimit(
long * pVal
);
public: HRESULT put_MaxTLELimit(
long InVal
);
|
| [Java] |
|---|
public int getMaxTLELimit();
public void setMaxTLELimit(
int
);
|
| [Python - STK API] |
|---|
@property
def MaxTLELimit(self) -> int:
@MaxTLELimit.setter
def MaxTLELimit(self, InVal:int) -> None:
|
See Also