STK ObjectsSend 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 * pVal
);
public: HRESULT put_ComputationalMethod(
    AgESwathComputationalMethod SwathComputationalMethod
);
[Java]
public AgESwathComputationalMethod getComputationalMethod();
public void setComputationalMethod(
    AgESwathComputationalMethod
);
[Python - STK API ]
@property
def ComputationalMethod(self) -> "AgESwathComputationalMethod":

@ComputationalMethod.setter
def ComputationalMethod(self, SwathComputationalMethod:"AgESwathComputationalMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.