Click or drag to resize

IProfileDataCopyProfileData(Boolean, ProfileDataConversion, Double, Double, Int32, Boolean, Double, Boolean, Single, Single) Method


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
void CopyProfileData(
	bool convertDataUnit,
	ProfileDataConversion convDataType,
	double lambda1,
	double lambda2,
	int visMask,
	bool transmission,
	double deltaN,
	bool scaleXY,
	float umppx,
	float umppy
)

Parameters

convertDataUnit  Boolean
 
convDataType  ProfileDataConversion
 
lambda1  Double
 
lambda2  Double
 
visMask  Int32
 
transmission  Boolean
 
deltaN  Double
 
scaleXY  Boolean
 
umppx  Single
 
umppy  Single
 
See Also