Revit 2023 API |
Transform1D..::..IsIdentity Property |
Transform1D Class See Also |
The boolean value that indicates whether this transformation is an identity.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021
Syntax
C# |
---|
public bool IsIdentity { get; } |
Visual Basic |
---|
Public ReadOnly Property IsIdentity As Boolean Get |
Visual C++ |
---|
public: property bool IsIdentity { bool get (); } |
Remarks
The identity transformation does not change a point or a vector that it is applied to.