STK AstrogatorSend comments on this topic.
TriggerName Property (IAgVAProfileChangeStoppingConditionState)
See Also
Windows





Windows & Linux

Description

Gets or sets the name of the targeted stopping condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TriggerName() As String
[C#]
public string TriggerName {get; set;}
[Managed C++]
public: __property String __gc ^ get_TriggerName();
public: __property void set_TriggerName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_TriggerName(
    BSTR * pVal
);
public: HRESULT put_TriggerName(
    BSTR InVal
);
[Java]
public String getTriggerName();
public void setTriggerName(
    String
);
[Python - STK API ]
@property
def TriggerName(self) -> str:

@TriggerName.setter
def TriggerName(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.