| Name | Description |
---|
  | IfAttributeOfElementIsContainerThenCloneContainer(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
|
  | IfAttributeOfElementIsContainerThenCloneContainer(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
|
  | IfAttributeOfElementIsContainerThenCloneContainer(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
|
  | IfAttributeOfElementIsContainerThenCloneContainer(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.
|
  | IfAttributeOfElementIsContainerThenCloneContainer(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.
|