clsImportPlanningbDeletePlanJob Method
|
Deletes the planning.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bDeletePlanJob(
MPInterface oInterface,
int PlanningJobID
)
Public Function bDeletePlanJob (
oInterface As MPInterface,
PlanningJobID As Integer
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
instance of MPInterface - PlanningJobID
- Type: SystemInt32
Delete the whole planning
Return Value
Type:
Boolean
RemarksPK20150325
See Also