AGI STK Astrogator 11Send 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 * pRetVal
);
public: HRESULT put_WhenProfilesFinish(
   AgEVAProfilesFinish NewWhenProfilesFinish
);
[Java]
public AgEVAProfilesFinish getWhenProfilesFinish();public void setWhenProfilesFinish(
   AgEVAProfilesFinish
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.