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





Windows & Linux

Description

Gets or sets the in track offset from the center of the target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InTrack() As Double
[C#]
public double InTrack {get; set;}
[Managed C++]
public: __property double get_InTrack();
public: __property void set_InTrack( double );
[Unmanaged C++]
public: HRESULT get_InTrack(
    double * pVal
);
public: HRESULT put_InTrack(
    double newVal
);
[Java]
public double getInTrack();
public void setInTrack(
    double
);
[Python - STK API ]
@property
def InTrack(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.