Documentation Language: Swift

Method

getObject(_:)

Gets an object by its ID, used for ATL lazy binding resolution.

func getObject(_ id: EUUID) -> (any EObject)?

Parameters

id

The unique identifier of the object

Return Value

The object if found, nil otherwise