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 = 0All items are added.
RemoveInVisibleAndLockLayer = RemoveInVisibleEntities | RemoveLockLayerEntitiesInvisible items and items that belong to locked layers removed.
RemoveInVisibleEntities = 1Invisible items removed.
RemoveLockLayerEntities = 2Items that belong to locked layers removed.