STK ObjectsSend comments on this topic.
Volume Property (IAgVmVO)
See Also
Windows





Windows & Linux

Description

Get the 3D Graphics properties for Volume.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.