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
This method creates a new window that contains the referenced document.
See Also

WeldmentDocument Object  | WeldmentDocument Members