AGI STK Astrogator 11Send comments on this topic.
Segment Property (IAgVAProfileChangeManeuverType)
See Also 
Windows






Windows & Linux

Description

The targeted maneuver segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Segment() As IAgVAMCSManeuver
[C#]
public IAgVAMCSManeuver Segment {get; set;}
[Managed C++]
public: __property IAgVAMCSManeuver^ get_Segment();
public: __property void set_Segment(
   IAgVAMCSManeuver ^
);
[Unmanaged C++]
public: HRESULT get_Segment(
   IAgVAMCSManeuver ** ppRetVal
);
public: HRESULT put_Segment(
   IAgVAMCSManeuver * pNewSegment
);
[Java]
public IAgVAMCSManeuver getSegment();public void setSegment(
   IAgVAMCSManeuver
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.