Gets the custom data name from its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2017 Subscription Update
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- customDataId
- Type: SystemInt32
The custom data identifier.
Return Value
The custom data name.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | The custom data does not exist. |