Solid Edge Part Type Library
NewWindow Method
Specifies the type of window to create. Valid values are members of the NewWindowOptionConstants constant set.
Specifies the window environment.
Description
Creates a new window that contains the referenced document.
Syntax
Visual Basic
Public Function NewWindow( _
   Optional ByVal NewWindowOptions As Variant, _
   Optional ByVal Environment As Variant _
) As Variant
Parameters
NewWindowOptions
Specifies the type of window to create. Valid values are members of the NewWindowOptionConstants constant set.
Environment
Specifies the window environment.
Remarks
Options are provided to enable you to create a variety of window types such as transient, invisible, persistent, and so forth.
See Also

SheetMetalDocument Object  | SheetMetalDocument Members