Table of Contents

Enum vdSelection.AddItemCheck

Namespace
VectorDraw.Professional.vdCollections
Assembly
VectorDraw.Professional.dll

Specifies a check for items to be added to the collection.

public enum vdSelection.AddItemCheck

Fields

Nochecking = 0

All items are added.

RemoveInVisibleAndLockLayer = RemoveInVisibleEntities | RemoveLockLayerEntities

Invisible items and items that belong to locked layers removed.

RemoveInVisibleEntities = 1

Invisible items removed.

RemoveLockLayerEntities = 2

Items that belong to locked layers removed.