Defines the origin of the old coordinate system in the new coordinate system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public XYZ Origin { get; set; }Property Value
XYZ
Exceptions
Remarks
This corresponds to the fourth column vector of the conventional 3x4 matrix
representation. Also, this is the translation component of the transformation.
See Also
Reference