Get Spatial Calculation Levels for Volume property in the 3D Graphics properties for Volumetric object.
Read-only property
[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": |