Click or drag to resize

ContainerHelperIfAttributeOfElementIsContainerThenCloneContainer Method (IObject, String, Object, AttributeType)

If the attribute of the given name of the given element is a container attribute then return a clone of the given container value, otherwise just return the original value; additionally returns the AttributeType of the attribute of the element.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Object IfAttributeOfElementIsContainerThenCloneContainer(
	IObject element,
	string AttributeName,
	Object value,
	out AttributeType attrType
)

Parameters

element
Type: de.unika.ipd.grGen.libGrIObject
AttributeName
Type: SystemString
value
Type: SystemObject
attrType
Type: de.unika.ipd.grGen.libGrAttributeType

Return Value

Type: Object
See Also