Enum vdDocument.MergeTablesFlags
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
This enumeration is used to control how the tables with same name are imported into to another document
public enum vdDocument.MergeTablesFlags
Fields
CreateNew = 2If imported table already exist with same name create a new with a unique name and add it to the imported document
KeepExisting = 0If imported table already exist with same name keep the existing
Redefine = 1If imported table already exist with same name replace the existing with imported