Solid Edge Framework Type Library
SetRotations Method
Specifies the x coordinate of the x vector.
Specifies the y coordinate of the x vector.
Specifies the x coordinate of the y vector.
Specifies the y coordinate of the y vector.
Description
Sets the rotation from a source document to the placeholder.
Syntax
Visual Basic
Public Sub SetRotations( _
   ByVal Xx As Double, _
   ByVal Xy As Double, _
   ByVal Yx As Double, _
   ByVal Yy As Double _
) 
Parameters
Xx
Specifies the x coordinate of the x vector.
Xy
Specifies the y coordinate of the x vector.
Yx
Specifies the x coordinate of the y vector.
Yy
Specifies the y coordinate of the y vector.
See Also

Symbol2d Object  | Symbol2d Members

Send comments on this topic.