Class vdTableDependeciesArgs
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
A class object that groups a lot of arguments used by GetTableDependecies(vdTableDependeciesArgs) GetUnUsedTables(vdTableDependeciesArgs) and GetUsedTables(vdTableDependeciesArgs)
public class vdTableDependeciesArgs : IDisposable
- Inheritance
-
vdTableDependeciesArgs
- Implements
- Inherited Members
Constructors
- vdTableDependeciesArgs()
Initializes a new instance of the object ready to be filled with all known table objects.
- vdTableDependeciesArgs(object, TableTypes)
Initializes a new instance of the object
Properties
- BreakOnObject
Get the object table to be tested if it contains any references that used by IsTableObjectDependOn(vdPrimary) or when deleting a the table object.Null for all other calls.
- DimStyles
Get the collection of vdDimstyle type objects.
- HatchPatterns
Get the collection of vdHatchPattern type objects.
- ImageDefs
Get the collection of vdImageDef type objects.
- IsObjectFound
Returns true if BreakOnObject is not null and the passed parameter of a previous AddItem(object) call is reference equals to BreakOnObject
- LineTypes
Get the collection of vdLineType type objects.
- MultilineStyles
Get the collection of vdMultilineStyle type objects.
- TextStyles
Get the collection of vdTextstyle type objects.
Methods
- AddItem(object)
Add the passed item table to one of the object's table collections.
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.