AGI STK Astrogator 11Send comments on this topic.
ApplyProfile Method (IAgVAMCSTargetSequence)
See Also 
Profile
Windows






Windows & Linux

Description

Apply Changes - applies the current values of specified profile to the segments within the target sequence.

Syntax

[Visual Basic .NET]
Public Sub ApplyProfile( _
   ByVal Profile As IAgVAProfile _
) 
[C#]
public void ApplyProfile(
   IAgVAProfile Profile
);
[Managed C++]
public: void ApplyProfile(
   IAgVAProfile ^ Profile
);
[Java]
public  applyProfile(
   IAgVAProfile Profile
);
[Unmanaged C++]
public: HRESULT ApplyProfile(
   IAgVAProfile * Profile
);

Parameters

Profile

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.