Get the 3D Graphics properties for planar cross-sections through the volumetric grid.
Read-only property
[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": |