Description
The dimension of the user variable.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UnitDimension() As String
|
[C#] |
---|
public string UnitDimension {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_UnitDimension(); public: __property void set_UnitDimension(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UnitDimension(
BSTR * pVal
);
public: HRESULT put_UnitDimension(
BSTR InVal
);
|
[Java] |
---|
public String getUnitDimension();
public void setUnitDimension(
String
);
|
[Python - STK API] |
---|
@property
def UnitDimension(self) -> str:
@UnitDimension.setter
def UnitDimension(self, InVal:str) -> None:
|
See Also