Solid Edge Draft Type Library
SheetToView Method
Specifies the coordinates of the position to be converted.
Specifies the coordinates of the position to be converted.
The drawing view coordinates for the specified point.
The drawing view coordinates for the specified point.
Description
Converts a specified position from Sheet coordinates to Drawing View coordinates.
Syntax
Visual Basic
Public Sub SheetToView( _
   ByVal xSheet As Double, _
   ByVal ySheet As Double, _
   ByRef xView As Double, _
   ByRef yView As Double _
) 
Parameters
xSheet
Specifies the coordinates of the position to be converted.
ySheet
Specifies the coordinates of the position to be converted.
xView
The drawing view coordinates for the specified point.
yView
The drawing view coordinates for the specified point.
See Also

DrawingView Object  | DrawingView Members