clsBatchImportDimensionValidateLines Method
|
This function will validate all lines of its dimesion. The logical order of this step will be important.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool ValidateLines(
MPInterface oMPInterface,
clsBatchImport oBatchImport,
clsTask oTask
)
Public Function ValidateLines (
oMPInterface As MPInterface,
oBatchImport As clsBatchImport,
oTask As clsTask
) As Boolean
Parameters
- oMPInterface
- Type: MARIInterfaceMPInterface
- oBatchImport
- Type: MARIInterfaceclsBatchImport
- oTask
- Type: MARIInterfaceclsTask
Return Value
Type:
Boolean
See Also