The unit used to interpret numerical values of scalar argument X.
Read-write property
[Visual Basic .NET] |
---|
Public Property UnitX() As String |
[C#] |
---|
public string UnitX {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_UnitX(); |
[Unmanaged C++] |
---|
public: HRESULT get_UnitX( BSTR * pRetVal ); public: HRESULT put_UnitX( BSTR UnitX ); |
[Java] |
---|
public String getUnitX(); public void setUnitX( String ); |