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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1