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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1