STK ObjectsSend comments on this topic.
UseExtrapolation Property (IAgRfModelEffectiveRadiusMethod)
See Also
Windows





Windows & Linux

Description

Flag controls whether extrapolation is used past the maximum 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
);
[Python - STK API ]
@property
def UseExtrapolation(self) -> bool:

@UseExtrapolation.setter
def UseExtrapolation(self, bVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.