STK ObjectsSend comments on this topic.
SpatialCalculationLevels Property (IAgVmVOVolume)
See Also
Windows





Windows & Linux

Description

Get Spatial Calculation Levels for Volume property in the 3D Graphics properties for Volumetric object.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.