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