The mode setting that will be applied to all profiles in all target sequences in the MCS when the SetAllProfileModes method is invoked.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SetAllProfileModesTo() As AgEVAProfileMode |
| [C#] |
|---|
public AgEVAProfileMode SetAllProfileModesTo {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAProfileMode get_SetAllProfileModesTo(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAProfileMode getSetAllProfileModesTo(); public void setSetAllProfileModesTo( AgEVAProfileMode ); |
[Python - STK API ] |
|---|
@property def SetAllProfileModesTo(self) -> "AgEVAProfileMode": @SetAllProfileModesTo.setter def SetAllProfileModesTo(self, newVal:"AgEVAProfileMode") -> None: |






