Solid Edge Assembly 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. This matrix defines the current position and orientation of the 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.
See Also

TopologyReference Object  | TopologyReference Members