Click or drag to resize
ProfileInterfaceCopyProfileData Method (Boolean, ProfileDataConversion, Double, Double, Int32, Boolean, Double, Boolean, Single, Single)

Namespace: LynceeTec.Processing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public virtual 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

Implements

IProfileDataCopyProfileData(Boolean, ProfileDataConversion, Double, Double, Int32, Boolean, Double, Boolean, Single, Single)
See Also