Description
Specify a unit for the selected output dimension. This 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 NewOutputUnit );
|
[Java] |
---|
public String getOutputUnit();public void setOutputUnit( String );
|
See Also