RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ImageInstance

ImageInstance.IsValidView

Method
Description:
Check that the view is a valid view for ImageInstance elements
Syntax
public static bool IsValidView(
	View view
)
Parameters
Parameter Type Description
view View The view to validate
Return Value
Type Description
Boolean True if the view can contain ImageInstance elements. False otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null