This page contains reference documentation for the GetTransform function. Returns a matrix object containing the group's transformation parameters.
Matrix GetTransform()
Examples are as follows:
Matrix editTransform = group.GetTransform(); editTransform.Orientation[0] = 0; editTransform.Orientation[1] = 0; editTransform.Orientation[2] = 0;
For sample code: