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






Windows & Linux

Description

Flag controls whether extrapolation is used past the minimum target altitude

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseExtrapolation() As Boolean
[C#]
public bool UseExtrapolation {get; set;}
[Managed C++]
public: __property bool get_UseExtrapolation();
public: __property void set_UseExtrapolation( bool );
[Unmanaged C++]
public: HRESULT get_UseExtrapolation(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseExtrapolation(
    VARIANT_BOOL bVal
);
[Java]
public bool getUseExtrapolation();
public void setUseExtrapolation(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.