Click or drag to resize

ContainerHelperIfAttributeOfElementIsContainerThenCloneContainer Method

Overload List
  NameDescription
Public methodStatic memberIfAttributeOfElementIsContainerThenCloneContainer(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
Public methodStatic memberIfAttributeOfElementIsContainerThenCloneContainer(IGraphElement, 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
Public methodStatic memberIfAttributeOfElementIsContainerThenCloneContainer(IObject, 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
Public methodStatic memberIfAttributeOfElementIsContainerThenCloneContainer(IGraphElement, 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.
Public methodStatic memberIfAttributeOfElementIsContainerThenCloneContainer(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.
Top
See Also