STK ObjectsSend comments on this topic.
CrossSection Property (IAgVmVO)
See Also
Windows





Windows & Linux

Description

Get the 3D Graphics properties for planar cross-sections through the volumetric grid.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CrossSection() As IAgVmVOCrossSection
[C#]
public IAgVmVOCrossSection CrossSection {get;}
[Managed C++]
public: __property IAgVmVOCrossSection ^ get_CrossSection();
[Unmanaged C++]
public: HRESULT get_CrossSection(
    IAgVmVOCrossSection ** ppVal
);
[Java]
public IAgVmVOCrossSection getCrossSection();
[Python - STK API ]
@property
def CrossSection(self) -> "IAgVmVOCrossSection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.