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






Windows & Linux

Description

True if the origin is at the reference satellite, false if the origin is at the current satellite.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_OriginAtMaster();
public: __property void set_OriginAtMaster(
bool
);

[Unmanaged C++]
public: HRESULT get_OriginAtMaster(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OriginAtMaster(
VARIANT_BOOL NewOriginAtMaster
);

[Java]
public bool getOriginAtMaster();public void setOriginAtMaster(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface