Skip to main content
Version: 9.0.2

gredom.get_group

gredom.get_group(group)

Get a GROUP object for the model object matching the fully qualified name.

If the parameter is a DOMOBJECT, this function behaves as a cast.

Parameters

ParameterTypeDescription
groupstring or gredom#groupThe fully qualified name of a group model object, or a DOMOBJECT representing a group.

Returns

TypeDescription
gredom#groupA GROUP object that represents a group model object.