Returns the stage with id stageId. null if not found
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Stage FindStage( string stageId ) |
Visual Basic |
---|
Public Function FindStage ( _ stageId As String _ ) As Stage |
Visual C++ |
---|
public: Stage^ FindStage( String^ stageId ) |
Parameters
- stageId
- Type: System..::..String
A String with the id.