STK AstrogatorSend comments on this topic.
SetAllTargetSequenceActionsTo Property (IAgVADriverMCS)
See Also
Windows





Windows & Linux

Description

The action setting that will be applied to all target sequences in the MCS when the SetAllSequenceActions method is invoked.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SetAllTargetSequenceActionsTo() As AgEVATargetSeqAction
[C#]
public AgEVATargetSeqAction SetAllTargetSequenceActionsTo {get; set;}
[Managed C++]
public: __property AgEVATargetSeqAction get_SetAllTargetSequenceActionsTo();
public: __property void set_SetAllTargetSequenceActionsTo( AgEVATargetSeqAction );
[Unmanaged C++]
public: HRESULT get_SetAllTargetSequenceActionsTo(
    AgEVATargetSeqAction * pVal
);
public: HRESULT put_SetAllTargetSequenceActionsTo(
    AgEVATargetSeqAction newVal
);
[Java]
public AgEVATargetSeqAction getSetAllTargetSequenceActionsTo();
public void setSetAllTargetSequenceActionsTo(
    AgEVATargetSeqAction
);
[Python - STK API ]
@property
def SetAllTargetSequenceActionsTo(self) -> "AgEVATargetSeqAction":

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.