Revit 2026 API
Point |
Identifies whether the instance contains a scan.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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