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





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 * pRetVal
);
public: HRESULT put_UseExtrapolation(
VARIANT_BOOL NewUseExtrapolation
);

[Java]
public bool getUseExtrapolation();public void setUseExtrapolation(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1