clsImportServiceAddPositionWithReplace Method
|
Public Method to add a Service Position. This function will replace existing postiions of the same type (per day/per hour). Use
AddPosition(clsImportServicePosition) to add only extra positions.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool AddPositionWithReplace(
clsImportServicePosition oServicePosition
)
Public Function AddPositionWithReplace (
oServicePosition As clsImportServicePosition
) As Boolean
Parameters
- oServicePosition
- Type: MARIInterfaceclsImportServicePosition
Return Value
Type:
Booleanfalse: errors are in this parents error object
RemarksUsed by USysImportEngineDTW.ParentListProperty
See Also