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





Windows & Linux

Description

When Profiles Converge - the action to be carried out if targeting has converged.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WhenProfilesFinish() As AgEVAProfilesFinish
[C#]
public AgEVAProfilesFinish WhenProfilesFinish {get; set;}
[Managed C++]
public: __property AgEVAProfilesFinish get_WhenProfilesFinish();
public: __property void set_WhenProfilesFinish( AgEVAProfilesFinish );
[Unmanaged C++]
public: HRESULT get_WhenProfilesFinish(
    AgEVAProfilesFinish * pVal
);
public: HRESULT put_WhenProfilesFinish(
    AgEVAProfilesFinish newVal
);
[Java]
public AgEVAProfilesFinish getWhenProfilesFinish();
public void setWhenProfilesFinish(
    AgEVAProfilesFinish
);
[Python - STK API ]
@property
def WhenProfilesFinish(self) -> "AgEVAProfilesFinish":

@WhenProfilesFinish.setter
def WhenProfilesFinish(self, newVal:"AgEVAProfilesFinish") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.