Description
The unit used to interpret numerical values of scalar argument Y.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UnitY() As String
|
[C#] |
---|
public string UnitY {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_UnitY(); public: __property void set_UnitY(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UnitY(
BSTR * pRetVal
);
public: HRESULT put_UnitY(
BSTR UnitY
);
|
[Java] |
---|
public String getUnitY();
public void setUnitY(
String
);
|
[Python - STK API] |
---|
@property
def UnitY(self) -> str:
@UnitY.setter
def UnitY(self, UnitY:str) -> None:
|
See Also