Click or drag to resize

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
Syntax
public bool AddPositionWithReplace(
	clsImportServicePosition oServicePosition
)

Parameters

oServicePosition
Type: MARIInterfaceclsImportServicePosition

Return Value

Type: Boolean
false: errors are in this parents error object
Remarks
Used by USysImportEngineDTW.ParentListProperty
See Also