Property IsDocumentRegister
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
IsDocumentRegister
Represents if the object is Registered in a Document.
public bool IsDocumentRegister { get; }
Property Value
Remarks
A non registered(value False) object hasn't a handle id and cannot be added in the undo-redo list. Default value is False and changes to true when an object is added in a Document.