STK AstrogatorSend comments on this topic.
SecondPropagateSegment Property (IAgVAProfileLambertSearchProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the propagate segment to manipulate that contains the transfer duration. It is visible when you select Write Flight Duration to Second Propagate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecondPropagateSegment() As String
[C#]
public string SecondPropagateSegment {get; set;}
[Managed C++]
public: __property String __gc ^ get_SecondPropagateSegment();
public: __property void set_SecondPropagateSegment( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SecondPropagateSegment(
    BSTR * pVal
);
public: HRESULT put_SecondPropagateSegment(
    BSTR newVal
);
[Java]
public String getSecondPropagateSegment();
public void setSecondPropagateSegment(
    String
);
[Python - STK API ]
@property
def SecondPropagateSegment(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.