AGI STK Astrogator 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface