Click or drag to resize

IRepository.GetPackageById 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
C#
IPackage GetPackageById(
	string id
)

Parameters

id
Type: System.String
The package ID.

Return Value

Type: IPackage
The package.
Exceptions
ExceptionCondition
ModelExceptionThrown when the requested package does not exist.
See Also