Click or drag to resize

IRepositoryTryGetObject 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#
bool TryGetObject(
	string id,
	out IObject pObject
)

Parameters

id
Type: SystemString
The object ID.
pObject
Type: PDTec.IceNet.Core.ModelIObject
The object.

Return Value

Type: Boolean
true if the repository contains an object with this ID; otherwise, false.
See Also