Revit 2018 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: 18.0.0.0 (18.2.0.13)
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.