Indicates if the specified element displaced in the specified View.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public static bool IsElementDisplacedInView( View view, ElementId id ) |
| Visual Basic |
|---|
Public Shared Function IsElementDisplacedInView ( _ view As View, _ id As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsElementDisplacedInView( View^ view, ElementId^ id ) |
Parameters
- view
- Type: Autodesk.Revit.DB..::..View
The view.
- id
- Type: Autodesk.Revit.DB..::..ElementId
The element id.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |