Click or drag to resize

MPInterfacebImportPhase Method

Import one new phase into a phase structure of an existing project. See clsImportPhase for details.

Hint: The validation of a phase structure in with the nImportMode=ValidateOnly or ValidateStore_Feedback will not consider the Parent Property. This will work only, when the previous phase has been imported.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportPhase(
	clsImportPhase oPhase,
	clsImportBaseeImportMode nImportMode
)

Parameters

oPhase
Type: MARIInterfaceclsImportPhase
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.

Return Value

Type: Boolean
Remarks