Table of Contents

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 = 2

If imported table already exist with same name create a new with a unique name and add it to the imported document

KeepExisting = 0

If imported table already exist with same name keep the existing

Redefine = 1

If imported table already exist with same name replace the existing with imported