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