VdDocumentAccess Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies the document access types.

Usage

VdDocumentAccess.Constant

Arguments

VDDA_BLOCK_WRITABLE

The numerical value for this constant is 0.

VDDA_OAT_READ_ONLY

The numerical value for this constant is 6.

VDDA_OAT_WRITABLE

The numerical value for this constant is 2.

VDDA_SCH_READ_LOCK

Schematic file is locked. The numerical value for this constant is 9.

VDDA_SCH_READ_ONLY

The schematic file is read-only. The numerical value for this constant is 5.

VDDA_SCH_WRITABLE

The schematic file is writable. The numerical value for this constant is 1.

VDDA_SYM_READ_LOCK

The numerical value for this constant is 10.

VDDA_SYM_READ_ONLY

The numerical value for this constant is 7.

VDDA_SYM_WRITABLE

The numerical value for this constant is 3.

VDDA_WIR_READ_ONLY

The numerical value for this constant is 8.

VDDA_WIR_WRITABLE

The numerical value for this constant is 4.