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: 6.0.0.0 (6.0.6225.27214)
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