Click or drag to resize

IRepositoryGetObject Method

Retrieves an object.

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#
IObject GetObject(
	string id
)

Parameters

id
Type: SystemString
The object ID.

Return Value

Type: IObject
The object.
Exceptions
ExceptionCondition
ModelExceptionThrown when the requested object does not exist.
See Also