AGI STK Astrogator 11Send comments on this topic.
SetSegment Method (IAgVAProfileSeedFiniteManeuver)
See Also 
pVAMCSManeuver
Windows






Windows & Linux

Description

Sets the maneuver segment to target.

Syntax

[Visual Basic .NET]
Public Sub SetSegment( _
   ByVal pVAMCSManeuver As IAgVAMCSManeuver _
) 
[C#]
public void SetSegment(
   IAgVAMCSManeuver pVAMCSManeuver
);
[Managed C++]
public: void SetSegment(
   IAgVAMCSManeuver ^ pVAMCSManeuver
);
[Java]
public  setSegment(
   IAgVAMCSManeuver pVAMCSManeuver
);
[Unmanaged C++]
public: HRESULT SetSegment(
   IAgVAMCSManeuver * pVAMCSManeuver
);

Parameters

pVAMCSManeuver

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.