STK ObjectsSend 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
);
[Python - STK API ]
@property
def UseRefractionInAccess(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.