ecl-logo Documentation

Object

Object[id]reference

returns the fully qualified object reference with the given id.

Object[symbols,id]reference

represents a fully qualified reference to an object in the ECL system.

Object[symbols,name]reference

represents the fully qualified object reference with the given name (if it exists).

Object[symbols]type

represents a type of object in the ECL system.

Details

  • When using a name to identify an object that name must be unique across all objects of the same type.
  • Input
    Output

Examples

Basic Examples  (3)

Given an ID, returns the fully qualified object reference:

Download a field from an object:

Lookup the definition for a type:

Additional Examples  (1)

Returns $Failed if an object does not exist with the given ID: