Method SetUnRegisterDocument
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
SetUnRegisterDocument(vdDocument)
Select the vdDocument that the object belongs to.The object is marked as DocumentUnregistered.
public bool SetUnRegisterDocument(vdDocument document)
Parameters
documentvdDocumentThe vdDocument object that the object belongs to.
Returns
- bool
Returns False if the object already has a document or if the document parameter is null.
Remarks
Use this for temporary objects that will not be writen in the undo-redo list and will not have Handle. If the object is added in a collection then they will be marked as Document Register.
- See Also