RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform

Transform.BasisZ

Property
Description:
The basis of the Z axis of this transformation.
Remarks:
The Z axis of the old coordinate system in the new coordinate system, or the 3rd column of the conventional 3x4 matrix representation.
Syntax
public XYZ BasisZ { get; set; }
Exceptions
Exception Condition
InvalidOperationException Thrown when the transform is internally marked as read-only.