ObjectID Property (EQError Object)

English Query

English Query

ObjectID Property (EQError Object)

Contains the ID of the object that generated the error.

Applies To

EQError Object

Syntax

string = EQError.ObjectID

Parts

string

Returned string containing the ID of the object that generated the error.

EQError

Object variable that provides information about an error, warning, or hint generated during the compilation of an EQModel object, or during the loading of a project or module.

Remarks

This property is read-only. It may be empty if the error is not associated with a specific object.

See Also

Compile-Time Error Messages (Authoring Object Model)

EQModel Object

ObjectID Property (HelpCmd Object)