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

DrawingView Object  | DrawingView Members