  | ContainerHelperIfAttributeOfElementIsContainerThenCloneContainer(IGraphElement, String, Object) Method | 
            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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static Object IfAttributeOfElementIsContainerThenCloneContainer(
	IGraphElement element,
	string AttributeName,
	Object value
)
Parameters
- element  IGraphElement
 -  
 - AttributeName  String
 -  
 - value  Object
 -  
 
Return Value
Object
See Also