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





Windows & Linux

Description

Get the missile's 3D Graphics properties.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.