VdVisibilityFlag Enum

Scope: Xpedition Designer schematic editor

Prerequisite: None

Specifies attribute visibility flags.

Usage

VdVisibilityFlag.Constant

Arguments

VDINVISIBLE

Invisible (not shown at all). The numerical value for this constant is 0.

VDNAMEVISIBLE

Only the name of the attribute is visible. The numerical value for this constant is 2.

VDSAMEVISIBLE

The numerical value for this constant is 4.

VDVALUEVISIBLE

Only the value of attribute is visible. The numerical value for this constant is 3.

VDVISIBLE

All elements (name and value) are visible. The numerical value for this constant is 1.