Description
The unit in which the value will be displayed in the GUI.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CustomDisplayUnit() As String
|
| [C#] |
|---|
public string CustomDisplayUnit {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CustomDisplayUnit(); public: __property void set_CustomDisplayUnit(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CustomDisplayUnit(
BSTR * pVal
);
public: HRESULT put_CustomDisplayUnit(
BSTR newVal
);
|
| [Java] |
|---|
public String getCustomDisplayUnit();
public void setCustomDisplayUnit(
String
);
|
| [Python - STK API] |
|---|
@property
def CustomDisplayUnit(self) -> str:
@CustomDisplayUnit.setter
def CustomDisplayUnit(self, newVal:str) -> None:
|
See Also