STK ObjectsSend 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
);
[Python - STK API ]
@property
def FastApproximationMethod(self) -> bool:

@FastApproximationMethod.setter
def FastApproximationMethod(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.