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( IAgVmVOCrossSectionPlaneCollection ** ppVal ); |
[Java] |
---|
public IAgVmVOCrossSectionPlaneCollection getPlanes(); |
[Python - STK API ] |
---|
@property def Planes(self) -> "IAgVmVOCrossSectionPlaneCollection": |