STK AviatorSend comments on this topic.
DownrangeOffset Property (IAgAvtrBasicManeuverStrategyRelativeCourse)
See Also
Windows





Windows & Linux

Description

Gets or sets the downrange offset for the closure options.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DownrangeOffset() As Double
[C#]
public double DownrangeOffset {get; set;}
[Managed C++]
public: __property double get_DownrangeOffset();
public: __property void set_DownrangeOffset( double );
[Unmanaged C++]
public: HRESULT get_DownrangeOffset(
    double * pVal
);
public: HRESULT put_DownrangeOffset(
    double newVal
);
[Java]
public double getDownrangeOffset();
public void setDownrangeOffset(
    double
);
[Python - STK API ]
@property
def DownrangeOffset(self) -> float:

@DownrangeOffset.setter
def DownrangeOffset(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.