CustomDataExists Method


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.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.

Return Value

Returns true if the custom data exists.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →