Description
Whether the minimum range is used. Applicable only if the range constraint is not used.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseMinimumRange() As Boolean
|
| [C#] |
|---|
public bool UseMinimumRange {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseMinimumRange(); public: __property void set_UseMinimumRange(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseMinimumRange(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMinimumRange(
VARIANT_BOOL UseMinimumRange
);
|
| [Java] |
|---|
public bool getUseMinimumRange();
public void setUseMinimumRange(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseMinimumRange(self) -> bool:
@UseMinimumRange.setter
def UseMinimumRange(self, UseMinimumRange:bool) -> None:
|
See Also