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





Windows & Linux

Description

Get the planet's 3D Graphics properties.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.