IRepositoryGetPackageByName 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)
SyntaxIPackage GetPackageByName(
string name
)
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
IPackageThe package.
ExceptionsException | Condition |
---|
ModelException | Thrown when the requested package does not exist. |
See Also