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