IRepositoryGetPackageByName Method |
Retrieves a UML package.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
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