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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1