AGI STK Objects 11 Send comments on this topic.
UseSpatialCalculation Property (IAgVmGridSpatialCalculation)
See Also 





Description

Flag controls whether spatial calculation is used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSpatialCalculation() As Boolean

[C#]
public bool UseSpatialCalculation {get; set;}

[Managed C++]
public: __property bool get_UseSpatialCalculation();
public: __property void set_UseSpatialCalculation(
bool
);

[Unmanaged C++]
public: HRESULT get_UseSpatialCalculation(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSpatialCalculation(
VARIANT_BOOL NewUseSpatialCalculation
);

[Java]
public bool getUseSpatialCalculation();public void setUseSpatialCalculation(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1