Description Retrieves the wavelength and coefficients for the ith table entry in an existing AxialRadial GRIN material.
Syntax GetIthAxialRadialGRINMaterial id, nWavelenNum, wave, AxialCoeffs, RadialCoeffs
Parameters id As Long Identifier of the AxialRadial GRIN material.
nWavelenNum As Long The index in the wavelength table of the entry to be retrieved.
wave As Double Return wavelength corresponding to the given table index.
AxialCoeffs() As Double Return array containing axial coefficients at wave corresponding to the given table index.
RadialCoeffs() As Double Return array containing radial coefficients at wave corresponding to the given table index.
Remarks GetIthAxialRadialGRINMaterial retrieves the wavelength and coefficients for the ith table entry in an existing AxialRadial GRIN material.
See Also RemoveIthAxialRadialGRINMaterial Examples
|