STK ObjectsSend comments on this topic.
VO Property (IAgGroundVehicle)
See Also
Windows





Windows & Linux

Description

Get the ground vehicle's 3D Graphics properties.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.