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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1