Gets a JobPart using a JobPart ID.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic JobPart GetJobPart(
string jobPartID
)
Public Function GetJobPart (
jobPartID As String
) As JobPart
public:
JobPart^ GetJobPart(
String^ jobPartID
)
member GetJobPart :
jobPartID : string -> JobPart
Parameters
- jobPartID
- Type: SystemString
The JobPart ID to lookup.
Return Value
Type:
JobPartThe JobPart with the specified ID.
Exceptions
See Also