Table of Contents

Class vdDocuments

Namespace
VectorDraw.Professional.vdCollections
Assembly
VectorDraw.Professional.dll

Implements the vdDocuments collection object which is a collection of vdDocuments used mainly for External references.
It is reference of the ExternalReferences of the vdDocument class.
It is filled with the vdDocument objects which are selected by ExternalReferencePath of a vdBlock.

public sealed class vdDocuments : vdBaseObject, IDisposable, IVDSerialise, IEnumerable, IBaseObject
Inheritance
vdDocuments
Implements
Inherited Members

Examples

See ExternalReferencePath of vdBlock

Properties

Count

Get the item's count of the collection.

Methods

DeSerialize(DeSerializer, string, object)

This Function is called foreach field name of the vdDocuments object when opening in vdml format.

Dispose()

Releases all resources used by this object.

GetEnumerator()

Implements the "foreach" expression for the collection.

InternalSetOwner(vdBaseObject)

Internally used only.

Set the object owner

RemoveItem(vdDocument)

Removes the specified item from the collection.

Serialize(Serializer)

This Function is called when saving the vdDocuments object to vdml format.

ToString()

Gets a System.String that represents the count of the vdDocuments collection Object.

See Also