Description Retrieves the particle diameter distribution and associated values for Mie scatter of the specified material.
Syntax GetVolScatMieParticleDensityData id, Type, density_data()
Parameters id As Long Identifier of the material.
Type As String Retrieves the particle diameter distribution function in use. May be one of the following values: "Uniform", "Gaussian", "Sampled".
density_data() As Double Array of values related to the Type chosen (stored in the order in which they appear in the user interface).
Remarks The value for id is passed into the function, which populates the variables of the remaining arguments with their values.
See Also SetVolScatMieParticleDensityData SetVolScatMieParticleRefIndexData GetVolScatMieParticleRefIndexData
|