Description Retrieves the Mie scatter values for the reference wavelength and the particle and immersion refractive indices at that wavelength for the specified material.
Syntax GetVolScatMieParticleRefIndexData id, wavelen, ref_index, imag_index, immerse_index
Parameters id As Long Identifier of the material.
wavelen As Double Reference wavelength.
ref_index As Double Particle real refractive index.
imag_index As Double Particle imaginary refractive index.
immerse_index As Double Particle immersion real refractive index
Remarks The value for id is passed into the function, which populates the variables of the remaining arguments with their values.
See Also SetVolScatMieParticleDensityData GetVolScatMieParticleDensityData SetVolScatMieParticleRefIndexData
|