STK Vector Geometry ToolSend comments on this topic.
SpatialCalculation Property (IAgCrdnCalcScalarPointInVolumeCalc)
See Also
Windows





Windows & Linux

Description

Spatial Calculation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpatialCalculation() As IAgCrdnVolumeCalc
[C#]
public IAgCrdnVolumeCalc SpatialCalculation {get; set;}
[Managed C++]
public: __property IAgCrdnVolumeCalc ^ get_SpatialCalculation();
public: __property void set_SpatialCalculation( IAgCrdnVolumeCalc );
[Unmanaged C++]
public: HRESULT get_SpatialCalculation(
    IAgCrdnVolumeCalc ** ppRetVal
);
public: HRESULT put_SpatialCalculation(
    IAgCrdnVolumeCalc SpatialCalculation
);
[Java]
public IAgCrdnVolumeCalc getSpatialCalculation();
public void setSpatialCalculation(
    IAgCrdnVolumeCalc
);
[Python - STK API ]
@property
def SpatialCalculation(self) -> "IAgCrdnVolumeCalc":

@SpatialCalculation.setter
def SpatialCalculation(self, SpatialCalculation:"IAgCrdnVolumeCalc") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.