MPInterfacesInfoPhases Method
|
List of Project Phases
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic string sInfoPhases(
string sProjectNumber,
short nSpaceIndent = 0
)
Public Function sInfoPhases (
sProjectNumber As String,
Optional nSpaceIndent As Short = 0
) As String
Parameters
- sProjectNumber
- Type: SystemString
Project Number (Reference to MPProjektstamm.Projektnummer) - nSpaceIndent (Optional)
- Type: SystemInt16
The phase hierarchy can be demonstated via space characters. If the parameter nSpaceIndent is set to 5, every phase is indented by 5 space characters.
Return Value
Type:
StringList of Project Phases
Remarks
A two column schema: 123456;"Phase A";321564;" Phase A1";321565;" Phase A2"
See Also