STK ObjectsSend 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 ** ppVal
);
[Java]
public IAgVmGridDefinition getVolumeGridDefinition();
[Python - STK API ]
@property
def VolumeGridDefinition(self) -> "IAgVmGridDefinition":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.