STK AviatorSend comments on this topic.
TargetPosVelType Property (IAgAvtrBasicManeuverTargetPosVel)
See Also
Windows





Windows & Linux

Description

Gets or sets the target pos vel type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetPosVelType() As AgEAvtrTargetPosVelType
[C#]
public AgEAvtrTargetPosVelType TargetPosVelType {get; set;}
[Managed C++]
public: __property AgEAvtrTargetPosVelType get_TargetPosVelType();
public: __property void set_TargetPosVelType( AgEAvtrTargetPosVelType );
[Unmanaged C++]
public: HRESULT get_TargetPosVelType(
    AgEAvtrTargetPosVelType * pVal
);
public: HRESULT put_TargetPosVelType(
    AgEAvtrTargetPosVelType pVal
);
[Java]
public AgEAvtrTargetPosVelType getTargetPosVelType();
public void setTargetPosVelType(
    AgEAvtrTargetPosVelType
);
[Python - STK API ]
@property
def TargetPosVelType(self) -> "AgEAvtrTargetPosVelType":

@TargetPosVelType.setter
def TargetPosVelType(self, pVal:"AgEAvtrTargetPosVelType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.