IRepositoryTryGetPackageById Method |
Retrieves a UML package.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool 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