Share

View.HasViewTransforms Method

Returns true if the view reports model space to view projection space transforms.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool HasViewTransforms()

Return Value

Boolean
True if the view returns transforms, false otherwise.

Remarks

Not all views return transforms. For example, schedules and legends do not report transforms.

See Also

Reference

Was this information helpful?