STK AstrogatorSend comments on this topic.
SecondManeuverSegment Property (IAgVAProfileLambertProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the second maneuver segment to manipulate that occurs at the end of the transfer.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecondManeuverSegment() As String
[C#]
public string SecondManeuverSegment {get; set;}
[Managed C++]
public: __property String __gc ^ get_SecondManeuverSegment();
public: __property void set_SecondManeuverSegment( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SecondManeuverSegment(
    BSTR * pVal
);
public: HRESULT put_SecondManeuverSegment(
    BSTR newVal
);
[Java]
public String getSecondManeuverSegment();
public void setSecondManeuverSegment(
    String
);
[Python - STK API ]
@property
def SecondManeuverSegment(self) -> str:

@SecondManeuverSegment.setter
def SecondManeuverSegment(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.