Method Clone
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Clone(vdDocument)
Creates a clone of this object.
public vdPrimary Clone(vdDocument thisdocument)
Parameters
thisdocumentvdDocumentThe vdDocument object where the cloned new object will be referenced.
Returns
- vdPrimary
The new created object
Remarks
If thisdocument is passed null then the Document of this object is used as reference for the new object. The new created object is DocumentUnregistered.
- See Also