Click or drag to resize

IObjectClone Method

Creates a shallow clone of this object. All attributes will be transfered to the new object. A new name will be fetched from the graph.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IObject Clone(
	IGraph graph
)

Parameters

graph  IGraph
The graph to fetch the names of the new objects from.

Return Value

IObject
A copy of this object.
See Also