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