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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.