AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.