Access and manipulate the collection of
Spatial Calculation Boundary Levels for Volumetric object.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property BoundaryLevels() As IAgVmVOSpatialCalculationLevelCollection
|
| [C#] |
|---|
public IAgVmVOSpatialCalculationLevelCollection BoundaryLevels {get;}
|
| [Managed C++] |
|---|
public: __property IAgVmVOSpatialCalculationLevelCollection^ get_BoundaryLevels();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BoundaryLevels(
|
| [Java] |
|---|
public IAgVmVOSpatialCalculationLevelCollection getBoundaryLevels();
|