The parameter's unit that is used to represent ParamValue during the scripting tool script execution. ParamValue is set in Object Model unit preference for selected dimension and not this unit. As with other units configurable in the desktop environment for STK, this unit is separate (and may differ) from the Object Model unit preference.
Read-write property
[Visual Basic .NET] |
---|
Public Property Unit() As String |
[C#] |
---|
public string Unit {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Unit(); |
[Unmanaged C++] |
---|
public: HRESULT get_Unit( BSTR * pVal ); public: HRESULT put_Unit( BSTR InVal ); |
[Java] |
---|
public String getUnit(); public void setUnit( String ); |