IRepositoryGetObject 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)
SyntaxIObject GetObject(
string id
)
Parameters
- id
- Type: SystemString
The object ID.
Return Value
Type:
IObjectThe object.
ExceptionsException | Condition |
---|
ModelException | Thrown when the requested object does not exist. |
See Also