STK ObjectsSend comments on this topic.
ReferenceVehicle Property (IAgSatellite)
See Also
Windows





Windows & Linux

Description

Get the reference vehicle of the satellite.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ReferenceVehicle() As IAgLinkToObject
[C#]
public IAgLinkToObject ReferenceVehicle {get;}
[Managed C++]
public: __property IAgLinkToObject ^ get_ReferenceVehicle();
[Unmanaged C++]
public: HRESULT get_ReferenceVehicle(
    IAgLinkToObject ** ppRetVal
);
[Java]
public IAgLinkToObject getReferenceVehicle();
[Python - STK API ]
@property
def ReferenceVehicle(self) -> "IAgLinkToObject":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.