STK AviatorSend comments on this topic.
TargetAspect Property (IAgAvtrBasicManeuverStrategyIntercept)
See Also
Windows





Windows & Linux

Description

Gets or sets the angle relative to the target that the aircraft should maintain until intercept.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetAspect() As System.Object
[C#]
public System.Object TargetAspect {get; set;}
[Managed C++]
public: __property VARIANT get_TargetAspect();
public: __property void set_TargetAspect( VARIANT );
[Unmanaged C++]
public: HRESULT get_TargetAspect(
    VARIANT * pVal
);
public: HRESULT put_TargetAspect(
    VARIANT newVal
);
[Java]
public AgVariant getTargetAspect();
public void setTargetAspect(
    AgVariant
);
[Python - STK API ]
@property
def TargetAspect(self) -> typing.Any:

@TargetAspect.setter
def TargetAspect(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.