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.
Read-write property
[Visual Basic .NET] |
---|
Public Property OutputUnit() As String |
[C#] |
---|
public string OutputUnit {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_OutputUnit(); |
[Unmanaged C++] |
---|
public: HRESULT get_OutputUnit( BSTR * pRetVal ); public: HRESULT put_OutputUnit( BSTR OutputUnit ); |
[Java] |
---|
public String getOutputUnit(); public void setOutputUnit( String ); |