Table of Contents

Property Document

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

Document

Gets the vdDocument that the object belongs.

public virtual vdDocument Document { get; }

Property Value

vdDocument

Remarks

The object gets a vdDocument when is added in any collection of it. Once an Object gets a Document this cannot be changed.

See Also