AGI STK Objects 11 Send comments on this topic.
UseRefractionInAccess Property (IAgReceiver)
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 * pRetVal
);
public: HRESULT put_UseRefractionInAccess(
VARIANT_BOOL NewUseRefractionInAccess
);

[Java]
public bool getUseRefractionInAccess();public void setUseRefractionInAccess(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface