Description
The volume grid for spatial calculations.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property VolumeGrid() As String
|
| [C#] |
|---|
public string VolumeGrid {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_VolumeGrid(); public: __property void set_VolumeGrid(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_VolumeGrid(
BSTR * pVal
);
public: HRESULT put_VolumeGrid(
BSTR pVal
);
|
| [Java] |
|---|
public String getVolumeGrid();
public void setVolumeGrid(
String
);
|
| [Python - STK API] |
|---|
@property
def VolumeGrid(self) -> str:
@VolumeGrid.setter
def VolumeGrid(self, pVal:str) -> None:
|
See Also