VdObjectTypeMask Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies an object type mask (usually for selection purposes).

Usage

VdObjectTypeMask.Constant

Arguments

VDM_ALL

All objects. The numerical value for this constant is 16384 (&H4000).

VDM_ARC

Arc. The numerical value for this constant is 16 (&H10).

VDM_ATTR

Attribute. The numerical value for this constant is 64 (&H40).

VDM_BLOCK

Block. The numerical value for this constant is 2048 (&H800).

VDM_BOX

Box. The numerical value for this constant is 2.

VDM_CIRCLE

Circle. The numerical value for this constant is 8.

VDM_COMP

Component. The numerical value for this constant is 128 (&H80).

VDM_COMPPIN

Component pin. The numerical value for this constant is 4096 (&H1000).

VDM_FRAMEBOARD

Frameboard. The numerical value for this constant is 524288 (&H80000).

VDM_LABEL

Label. The numerical value for this constant is 256 (&H100).

VDM_LINE

Line or polygon. The numerical value for this constant is 1.

VDM_NET

Net. The numerical value for this constant is 32 (&H20).

VDM_PIN

Pin. The numerical value for this constant is 512 (&H200).

VDM_SEGMENT

Segment. The numerical value for this constant is 8192 (&H2000).

VDM_TEXT

Text. The numerical value for this constant is 4.