Flag controls whether a constant refraction index is used or the refraction polynomial fit.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseRefractionIndex() As Boolean |
[C#] |
---|
public bool UseRefractionIndex {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseRefractionIndex(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseRefractionIndex( VARIANT_BOOL * pVal ); public: HRESULT put_UseRefractionIndex( VARIANT_BOOL bVal ); |
[Java] |
---|
public bool getUseRefractionIndex(); public void setUseRefractionIndex( bool ); |