Table of Contents

Method GetTableDependecies

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

GetTableDependecies(vdTableDependeciesArgs)

Fills the passed vdTableDependeciesArgs args with all the table references of this object (vdLayer, vdBlock, vdDimstyle, vdLineType, vdTextstyle, vdImageDef, vdHatchPattern etc).

public override void GetTableDependecies(vdTableDependeciesArgs args)

Parameters

args vdTableDependeciesArgs

A vdTableDependeciesArgs object where the table references of this object will be added to.

Remarks

Called by the Purge() , MergeTables(vdDocument, bool, bool), MergeTables(vdDocument, bool, MergeTablesFlags) , IsTableObjectDependOn(vdPrimary) method, or before deleting a table object. User custom objects that derived from vdFigure must implement this method and add the table references objects (vdLayer, vdBlock, vdDimstyle, vdLineType, vdTextstyle, vdImageDef, vdHatchPattern etc) to the passed argument