AGI STK Objects 11Send comments on this topic.
ComputationalMethod Property (IAgSwath)
See Also 
Windows






Windows & Linux

Description

Select the Analytical or Numerical Computaional Method for generating swaths.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputationalMethod() As AgESwathComputationalMethod
[C#]
public AgESwathComputationalMethod ComputationalMethod {get; set;}
[Managed C++]
public: __property AgESwathComputationalMethod get_ComputationalMethod();
public: __property void set_ComputationalMethod(
   AgESwathComputationalMethod
);
[Unmanaged C++]
public: HRESULT get_ComputationalMethod(
   AgESwathComputationalMethod * pRetVal
);
public: HRESULT put_ComputationalMethod(
   AgESwathComputationalMethod NewComputationalMethod
);
[Java]
public AgESwathComputationalMethod getComputationalMethod();public void setComputationalMethod(
   AgESwathComputationalMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.