Revit 2025.3 API
Point |
Identifies whether the instance contains a scan.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ContainsScan( string scanName )
Public Function ContainsScan ( scanName As String ) As Boolean
public: bool ContainsScan( String^ scanName )
member ContainsScan : scanName : string -> bool
Parameters
- scanName String
- Name of the scan.
Return Value
Boolean| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also