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