Property Xrefs
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Xrefs
Get a collection of vdDocuments types containing all External References of the Document.
Typically this collection is updated by setting a ExternalReferencePath.of a vdBlock to an existing drawing file.
public vdDocuments Xrefs { get; }
Property Value
Examples
See ExternalReferencePath.of a vdBlock for an example of how a document is added in the ExternalReferences collection.
and also see CmdXref(string, string, object, object, object, short) method.
- See Also