Skip to main content
Version: 9.0.2

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

ParameterTypeDescription
layerinstancestring or gredom#layerinstanceThe fully qualified name of a layer instance model object, or a DOMOBJECT representing a layer instance.

Returns

TypeDescription
gredom#layerinstanceA LAYERINSTANCE object that represents a layer instance model object.