Indicates if the viewport has transforms.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023
Syntax
| C# |
|---|
public bool HasViewportTransforms() |
| Visual Basic |
|---|
Public Function HasViewportTransforms As Boolean |
| Visual C++ |
|---|
public: bool HasViewportTransforms() |
Return Value
True if the viewport has transforms, false otherwise.
Remarks
Not all viewports have transforms. For example,
viewports for schedules and legends do not have transforms.