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






Windows & Linux

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 * pVal
);
public: HRESULT put_FastApproximationMethod(
    VARIANT_BOOL val
);
[Java]
public bool getFastApproximationMethod();
public void setFastApproximationMethod(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.