Description
The unit for the selected dimension. The unit is not used for internal computations or reporting/graphing but is needed to unambiguously interpret units of associated coefficients.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property OutputUnit() As String
|
| [C#] |
|---|
public string OutputUnit {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_OutputUnit(); public: __property void set_OutputUnit(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_OutputUnit(
BSTR * pRetVal
);
public: HRESULT put_OutputUnit(
BSTR OutputUnit
);
|
| [Java] |
|---|
public String getOutputUnit();
public void setOutputUnit(
String
);
|
| [Python - STK API] |
|---|
@property
def OutputUnit(self) -> str:
@OutputUnit.setter
def OutputUnit(self, OutputUnit:str) -> None:
|
See Also