ProblemGetResource Method |
Gets a Resource using a Resource ID.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Resource GetResource(
string resourceID
)
Public Function GetResource (
resourceID As String
) As Resource
public:
Resource^ GetResource(
String^ resourceID
)
member GetResource :
resourceID : string -> Resource
Parameters
- resourceID
- Type: SystemString
The Resource ID to lookup.
Return Value
Type:
ResourceThe Resource with the specified ID.
Exceptions
See Also