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





Windows & Linux

Description

Get the 3D Graphics properties for the volumetric object.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.