|  | IProfileDataCopyProfileData Method (Boolean, ProfileDataConversion, Double, Double, Int32, Boolean, Double, Boolean, Single, Single) | 
  
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
 Syntax
Syntaxvoid CopyProfileData(
	bool convertDataUnit,
	ProfileDataConversion convDataType,
	double lambda1,
	double lambda2,
	int visMask,
	bool transmission,
	double deltaN,
	bool scaleXY,
	float umppx,
	float umppy
)
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
See Also