Revit 2023 API |
View..::..HasViewTransforms Method |
View Class See Also |
Returns true if the view reports model space to view projection space transforms.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2023
Syntax
C# |
---|
public bool HasViewTransforms() |
Visual Basic |
---|
Public Function HasViewTransforms As Boolean |
Visual C++ |
---|
public: bool HasViewTransforms() |
Return Value
True if the view returns transforms, false otherwise.
Remarks
Not all views return transforms. For example, schedules and legends
do not report transforms.