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






Windows & Linux

Description

Flag controls whether refraction is applied when computing relative position in Access

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRefractionInAccess() As Boolean
[C#]
public bool UseRefractionInAccess {get; set;}
[Managed C++]
public: __property bool get_UseRefractionInAccess();
public: __property void set_UseRefractionInAccess( bool );
[Unmanaged C++]
public: HRESULT get_UseRefractionInAccess(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseRefractionInAccess(
    VARIANT_BOOL UseRefractionInAccess
);
[Java]
public bool getUseRefractionInAccess();
public void setUseRefractionInAccess(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.