Solid Edge Framework Type Library
GetMatrix Method
Returns the 4x4 array that specifies the position and orientation of the part. This is a single-dimension Double array that contains 16 elements.
Description
Returns the transformation matrix for the referenced Occurrence or Reference object.
Syntax
Visual Basic
Public Sub GetMatrix( _
   ByRef Matrix() As Double _
) 
Parameters
Matrix
Returns the 4x4 array that specifies the position and orientation of the part. This is a single-dimension Double array that contains 16 elements.
Remarks
This matrix defines the current position and orientation of the object.
See Also

Reference Object  | Reference Members