Check that the view is a valid view for ImageInstance elements
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidView(
View view
)
Parameters
- view View
-
The view to validate
Return Value
Boolean
True if the view can contain ImageInstance elements. False otherwise.
Exceptions
See Also
Reference