Revit 2025 API
Fabrication |
Check if fabrication part contains custom data already.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasCustomData( int customId )
Public Function HasCustomData ( customId As Integer ) As Boolean
public: bool HasCustomData( int customId )
member HasCustomData : customId : int -> bool
Parameters
- customId Int32
- The identifier of the custom data field to look for.
Return Value
BooleanReturns true if the fabrication part contains the custom data.
See Also