Description
If true, allows display of values in another unit.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseCustomDisplayUnit() As Boolean
|
| [C#] |
|---|
public bool UseCustomDisplayUnit {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseCustomDisplayUnit(); public: __property void set_UseCustomDisplayUnit(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseCustomDisplayUnit(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseCustomDisplayUnit(
VARIANT_BOOL newVal
);
|
| [Java] |
|---|
public bool getUseCustomDisplayUnit();
public void setUseCustomDisplayUnit(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseCustomDisplayUnit(self) -> bool:
@UseCustomDisplayUnit.setter
def UseCustomDisplayUnit(self, newVal:bool) -> None:
|
See Also