STK ObjectsSend comments on this topic.
SpatialCalculation Property (IAgVmGridSpatialCalculation)
See Also
Windows





Windows & Linux

Description

The volume grid for spatial calculations.

Property type

Read-write property

Syntax

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

@SpatialCalculation.setter
def SpatialCalculation(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.