gredom.get_layer_instance
gredom.get_layer_instance(layerinstance)
Get a LAYERINSTANCE object for the model object matching the fully qualified name.
If the parameter is a DOMOBJECT, this function behaves as a cast.
Parameters
| Parameter | Type | Description |
|---|---|---|
layerinstance | string or gredom#layerinstance | The fully qualified name of a layer instance model object, or a DOMOBJECT representing a layer instance. |
Returns
| Type | Description |
|---|---|
gredom#layerinstance | A LAYERINSTANCE object that represents a layer instance model object. |