IRepositoryTryGetObject Method |
Retrieves an object.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool TryGetObject(
string id,
out IObject pObject
)
Parameters
- id
- Type: SystemString
The object ID. - pObject
- Type: PDTec.IceNet.Core.ModelIObject
The object.
Return Value
Type:
Booleantrue if the repository contains an object
with this ID; otherwise,
false.
See Also