Revit 2023 API |
Transform1D..::..Determinant Property |
Transform1D Class See Also |
The determinant of this transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021
Syntax
C# |
---|
public double Determinant { get; } |
Visual Basic |
---|
Public ReadOnly Property Determinant As Double Get |
Visual C++ |
---|
public: property double Determinant { double get (); } |