Get the dimension of the user variable.
Read-only property
[Visual Basic .NET] |
---|
Public Property UnitDimension() As String |
[C#] |
---|
public string UnitDimension {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_UnitDimension(); |
[Unmanaged C++] |
---|
public: HRESULT get_UnitDimension( BSTR * pVal ); |
[Java] |
---|
public String getUnitDimension(); |