Access and manipulate the collection of cross
section planes for Volumetric object.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Planes() As IAgVmVOCrossSectionPlaneCollection
|
| [C#] |
|---|
public IAgVmVOCrossSectionPlaneCollection Planes {get;}
|
| [Managed C++] |
|---|
public: __property IAgVmVOCrossSectionPlaneCollection^ get_Planes();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Planes(
|
| [Java] |
|---|
public IAgVmVOCrossSectionPlaneCollection getPlanes();
|