STK ObjectsSend comments on this topic.
AvailableVolumeGrids Property (IAgVmGridSpatialCalculation)
See Also
Windows





Windows & Linux

Description

Get the available Volume Grids.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableVolumeGrids() As System.Array
[C#]
public System.Array AvailableVolumeGrids {get;}
[Managed C++]
public: __property System::Array get_AvailableVolumeGrids();
[Unmanaged C++]
public: HRESULT get_AvailableVolumeGrids(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableVolumeGrids();
[Python - STK API ]
@property
def AvailableVolumeGrids(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.