AGI STK Astrogator 11 Send comments on this topic.
Action Property (IAgVAMCSTargetSequence)
See Also 





Description

Whether to run the sequence nominally or using profiles.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Action() As AgEVATargetSeqAction

[C#]
public AgEVATargetSeqAction Action {get; set;}

[Managed C++]
public: __property AgEVATargetSeqAction get_Action();
public: __property void set_Action(
AgEVATargetSeqAction
);

[Unmanaged C++]
public: HRESULT get_Action(
AgEVATargetSeqAction * pRetVal
);
public: HRESULT put_Action(
AgEVATargetSeqAction NewAction
);

[Java]
public AgEVATargetSeqAction getAction();public void setAction(
AgEVATargetSeqAction
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1