WindowTypeValue

WindowTypeValue enumeration

An enumerated value that may be one of the following: Drawing, Sheet, Stencil, or Icon. A Window element of WindowType=‘Stencil’ must appear after its parent drawing window (WindowType=‘Drawing’) and before any other drawing window elements.

public enum WindowTypeValue

Values

Name Value Description
Drawing 1 Drawing
Stencil 2 Stencil.
Sheet 3 Sheet
Icon 4 Icon.
Undefined -2147483648 Undefined.

See Also