AGI STK VGT 11 Send comments on this topic.
VolumeGrid Property (IAgCrdnVolumeFromGrid)
See Also 
Windows






Windows & Linux

Description

Sets/Returns the volume grid for bounding.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VolumeGrid() As IAgCrdnVolumeGrid

[C#]
public IAgCrdnVolumeGrid VolumeGrid {get; set;}

[Managed C++]
public: __property IAgCrdnVolumeGrid^ get_VolumeGrid();
public: __property void set_VolumeGrid(
IAgCrdnVolumeGrid ^
);

[Unmanaged C++]
public: HRESULT get_VolumeGrid(
IAgCrdnVolumeGrid ** ppRetVal
);
public: HRESULT put_VolumeGrid(
IAgCrdnVolumeGrid * pNewVolumeGrid
);

[Java]
public IAgCrdnVolumeGrid getVolumeGrid();public void setVolumeGrid(
IAgCrdnVolumeGrid
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface