Click or drag to resize

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

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 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
Type: SystemBoolean
convDataType
Type: LynceeTec.InterfacesProfileDataConversion
lambda1
Type: SystemDouble
lambda2
Type: SystemDouble
visMask
Type: SystemInt32
transmission
Type: SystemBoolean
deltaN
Type: SystemDouble
scaleXY
Type: SystemBoolean
umppx
Type: SystemSingle
umppy
Type: SystemSingle
See Also