Click or drag to resize

MPInterfaceoGetListPhasesOfProjectForPlanning Method

Returns a Generic.List of key pairs (PhaseID, Phase) for all (or only active) phases of a project

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public List<clsKeyPair> oGetListPhasesOfProjectForPlanning(
	string sProjectNumber,
	bool bShowActiveOnly
)

Parameters

sProjectNumber
Type: SystemString
bShowActiveOnly
Type: SystemBoolean
select only phases still active

Return Value

Type: ListclsKeyPair
If not phases linked to the project, the function returs one element Key=0, Matchcode "No Phases"
Remarks