gredom.get_object
gredom.get_object(fqn)
Get an object handle for the model object matching the specified fully qualified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
fqn | #string | The fully qualified name of the model entry (screen, layer, control), or a short name to autosearch for a match. |
Returns
| Type | Description |
|---|---|
DOMOBJECT | A DOMOBJECT object that represents the named model object. |