AGI STK Objects 11 Send comments on this topic.
VolumeGridDefinition Property (IAgVolumetric)
See Also 
Windows






Windows & Linux

Description

Get Volume Grid definition.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VolumeGridDefinition() As IAgVmGridDefinition

[C#]
public IAgVmGridDefinition VolumeGridDefinition {get;}

[Managed C++]
public: __property IAgVmGridDefinition^ get_VolumeGridDefinition();

[Unmanaged C++]
public: HRESULT get_VolumeGridDefinition(
IAgVmGridDefinition ** ppRetVal
);

[Java]
public IAgVmGridDefinition getVolumeGridDefinition();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface