| Revit 2022.1 API |
| FabricationConfiguration..::..CustomDataExists Method |
| FabricationConfiguration Class See Also |
Checks to see if the specified custom data exists.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2018
Syntax
| C# |
|---|
public bool CustomDataExists( int customDataId ) |
| Visual Basic |
|---|
Public Function CustomDataExists ( _ customDataId As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: bool CustomDataExists( int customDataId ) |
Parameters
- customDataId
- Type: System..::..Int32
The custom data identifier.