IRepositoryTryGetPackageById 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 bool TryGetPackageById(
string id,
out IPackage pPackage
)
Parameters
- id
- Type: SystemString
The package ID. - pPackage
- Type: PDTec.IceNet.Core.ModelIPackage
The package.
Return Value
Type:
Booleantrue if the repository contains a package
with this ID; otherwise,
false.
See Also