Revit 2025 API
ViewHas |
Returns true if the view reports model space to view projection space transforms.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasViewTransforms()
Public Function HasViewTransforms As Boolean
public: bool HasViewTransforms()
member HasViewTransforms : unit -> bool
Return Value
BooleanTrue if the view returns transforms, false otherwise.
Not all views return transforms. For example, schedules and legends
do not report transforms.
See Also