STK AstrogatorSend comments on this topic.
SetAllProfileModesTo Property (IAgVAMCSTargetSequence)
See Also
Windows





Windows & Linux

Description

The mode setting that will be applied to all profiles in this target sequence when the SetAllProfileModes method is invoked.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SetAllProfileModesTo() As AgEVAProfileMode
[C#]
public AgEVAProfileMode SetAllProfileModesTo {get; set;}
[Managed C++]
public: __property AgEVAProfileMode get_SetAllProfileModesTo();
public: __property void set_SetAllProfileModesTo( AgEVAProfileMode );
[Unmanaged C++]
public: HRESULT get_SetAllProfileModesTo(
    AgEVAProfileMode * pVal
);
public: HRESULT put_SetAllProfileModesTo(
    AgEVAProfileMode newVal
);
[Java]
public AgEVAProfileMode getSetAllProfileModesTo();
public void setSetAllProfileModesTo(
    AgEVAProfileMode
);
[Python - STK API ]
@property
def SetAllProfileModesTo(self) -> "AgEVAProfileMode":

@SetAllProfileModesTo.setter
def SetAllProfileModesTo(self, newVal:"AgEVAProfileMode") -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.