STK AstrogatorSend 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 * pVal
);
public: HRESULT put_Action(
    AgEVATargetSeqAction newVal
);
[Java]
public AgEVATargetSeqAction getAction();
public void setAction(
    AgEVATargetSeqAction
);
[Python - STK API ]
@property
def Action(self) -> "AgEVATargetSeqAction":

@Action.setter
def Action(self, newVal:"AgEVATargetSeqAction") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.