STK ObjectsSend comments on this topic.
Planes Property (IAgVmVOCrossSection)
See Also
Windows





Windows & Linux

Description

Access and manipulate the collection of cross section planes for Volumetric object.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.