 | ProfileInterfaceCopyProfileData Method (Boolean, ProfileDataConversion, Double, Double, Int32, Boolean, Double, Boolean, Single, Single) |
Namespace:
LynceeTec.Processing
Assembly:
LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntaxpublic virtual void CopyProfileData(
bool convertDataUnit,
ProfileDataConversion convDataType,
double lambda1,
double lambda2,
int visMask,
bool transmission,
double deltaN,
bool scaleXY,
float umppx,
float umppy
)
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