ElementOperations.Copy Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Copy(IDataObject, ICollection<ModelElement>) | Copies the collection of ModelElements to the specified IDataObject in one or more data formats. | |
Copy(IDataObject, ICollection<ModelElement>, ClosureType) | Copies the collection of ModelElements to the specified IDataObject in one or more data formats. | |
Copy(IDataObject, ICollection<ModelElement>, PointF) | Copies the collection of ModelElements to the specified IDataObject in one or more data formats. | |
Copy(IDataObject, ICollection<ModelElement>, ClosureType, PointF) | Copies the collection of ModelElements to the specified IDataObject in one or more data formats. |
Top