Enum 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

NameValueDescription
Drawing1Drawing
Stencil2Stencil.
Sheet3Sheet
Icon4Icon.
Undefined-2147483648Undefined.

See Also