IRepository.GetPackageById Method |
Retrieves a UML package.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax IPackage GetPackageById(
string id
)
Parameters
- id
- Type: System.String
The package ID.
Return Value
Type:
IPackageThe package.
Exceptions Exception | Condition |
---|
ModelException | Thrown when the requested package does not exist. |
See Also