AGI STK Astrogator 11 Send comments on this topic.
Signed Property (IAgVAStateCalcRelGroundTrackError)
See Also 
Windows






Windows & Linux

Description

True if signed based on RxV.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Signed() As Boolean

[C#]
public bool Signed {get; set;}

[Managed C++]
public: __property bool get_Signed();
public: __property void set_Signed(
bool
);

[Unmanaged C++]
public: HRESULT get_Signed(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Signed(
VARIANT_BOOL NewSigned
);

[Java]
public bool getSigned();public void setSigned(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface