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





Windows & Linux

Description

Gets or sets the propagate segment to manipulate that contains the transfer duration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PropagateSegment() As String
[C#]
public string PropagateSegment {get; set;}
[Managed C++]
public: __property String __gc ^ get_PropagateSegment();
public: __property void set_PropagateSegment( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_PropagateSegment(
    BSTR * pVal
);
public: HRESULT put_PropagateSegment(
    BSTR newVal
);
[Java]
public String getPropagateSegment();
public void setPropagateSegment(
    String
);
[Python - STK API ]
@property
def PropagateSegment(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.