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






Windows & Linux

Description

Flag controls whether a constant refraction index is used or the refraction polynomial fit

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRefractionIndex() As Boolean

[C#]
public bool UseRefractionIndex {get; set;}

[Managed C++]
public: __property bool get_UseRefractionIndex();
public: __property void set_UseRefractionIndex(
bool
);

[Unmanaged C++]
public: HRESULT get_UseRefractionIndex(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseRefractionIndex(
VARIANT_BOOL NewUseRefractionIndex
);

[Java]
public bool getUseRefractionIndex();public void setUseRefractionIndex(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface