STK AstrogatorSend comments on this topic.
Segment Property (IAgVAProfileChangeManeuverType)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 ** ppVAMCSManeuver
);
public: HRESULT put_Segment(
    IAgVAMCSManeuver pSegment
);
[Java]
public IAgVAMCSManeuver getSegment();
public void setSegment(
    IAgVAMCSManeuver
);
[Python - STK API ]
@property
def Segment(self) -> "IAgVAMCSManeuver":

@Segment.setter
def Segment(self, pSegment:"IAgVAMCSManeuver") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.