Identifies whether the instance contains a scan.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public bool ContainsScan( string scanName ) |
| Visual Basic |
|---|
Public Function ContainsScan ( _ scanName As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool ContainsScan( String^ scanName ) |
Parameters
- scanName
- Type: System..::..String
Name of the scan.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |