STK AstrogatorSend comments on this topic.
Unit Property (IAgVAScriptingParameter)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Unit() As String
[C#]
public string Unit {get; set;}
[Managed C++]
public: __property String __gc ^ get_Unit();
public: __property void set_Unit( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Unit(
    BSTR * pVal
);
public: HRESULT put_Unit(
    BSTR InVal
);
[Java]
public String getUnit();
public void setUnit(
    String
);
[Python - STK API ]
@property
def Unit(self) -> str:

@Unit.setter
def Unit(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.