Description Retrieves the ith wavelength and its associated complex refractive index in a Sampled Material definition.
Syntax GetSampledMaterialIthWavelength id, indx, wave, real, imag
Parameters id as Long Integer identifier for a Sampled Material.
indx As Long Zero-based index counter of wavelength.
wave As Double Return wavelength for which index is requested.
real As Double Return real part of refractive index.
imag As Double Return imaginary part of refractive index.
Remarks GetSampledMaterialIthWavelength retrieves the ith wavelength and its associated complex refractive index in a Sampled Material definition.
See Also SetSampledMaterialIthWavelength Examples
|