STK AviatorSend comments on this topic.
Vehicle Property (IAgAvtrMission)
See Also
Windows





Windows & Linux

Description

Gets or sets the vehicle used in the mission.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Vehicle() As IAgAvtrVehicle
[C#]
public IAgAvtrVehicle Vehicle {get; set;}
[Managed C++]
public: __property IAgAvtrVehicle ^ get_Vehicle();
public: __property void set_Vehicle( IAgAvtrVehicle );
[Unmanaged C++]
public: HRESULT get_Vehicle(
    IAgAvtrVehicle ** ppAvtrVehicle
);
public: HRESULT put_Vehicle(
    IAgAvtrVehicle pAvtrVehicle
);
[Java]
public IAgAvtrVehicle getVehicle();
public void setVehicle(
    IAgAvtrVehicle
);
[Python - STK API ]
@property
def Vehicle(self) -> "IAgAvtrVehicle":

@Vehicle.setter
def Vehicle(self, pAvtrVehicle:"IAgAvtrVehicle") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.