AGI STK Objects 11 Send comments on this topic.
FastApproximationMethod Property (IAgAtmosphericAbsorptionModelITURP676)
See Also 





Description

Gets or sets the option for using the fast approximation method.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_FastApproximationMethod();
public: __property void set_FastApproximationMethod(
bool
);

[Unmanaged C++]
public: HRESULT get_FastApproximationMethod(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_FastApproximationMethod(
VARIANT_BOOL NewFastApproximationMethod
);

[Java]
public bool getFastApproximationMethod();public void setFastApproximationMethod(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1