VdUpdateOtherObjects Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Determines which objects are updated.

Usage

VdUpdateOtherObjects.Constant

Arguments

VDUOO_BORDERS

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

VDUOO_BUSRIPPERS

The numerical value for this constant is 4.

VDUOO_BUSSIGNALS

The numerical value for this constant is 2.

VDUOO_CROSS_PRINT_ORDER

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

VDUOO_CROSS_REFERENCE

The numerical value for this constant is 8.

VDUOO_PROPERTIES

The numerical value for this constant is 1.

Description

The constant is a binary flag and can represent one or more objects. You can use a bitwise OR operation to combine arguments. For example:

31 (11111) = All objects are enabled

 5 (00101) = BUSRIPPERS and PROPERTIES are enabled

 2 (00010) = BUSSIGNALS is enabled