 | ContainerHelperIfAttributeOfElementIsContainerThenCloneContainer Method (IAttributeBearer, String, Object) |
If the attribute of the given name of the given element is a conatiner attribute
then return a clone of the given container value, otherwise just return the original value
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static Object IfAttributeOfElementIsContainerThenCloneContainer(
IAttributeBearer attributeBearer,
string AttributeName,
Object value
)
Parameters
- attributeBearer
- Type: de.unika.ipd.grGen.libGrIAttributeBearer
- AttributeName
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
Object
See Also