AGI STK Astrogator 11 Send comments on this topic.
Unit Property (IAgVAScriptingParameter)
See Also 





Description

The parameter's unit. ParamValue is set in Object Model unit preference for selected dimension.

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 * pRetVal
);
public: HRESULT put_Unit(
BSTR NewUnit
);

[Java]
public String getUnit();public void setUnit(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1