Gets the custom data type from its identifier. See FabricationCustomDataType enumerator.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FabricationCustomDataType GetPartCustomDataType(
int customDataId
)
Parameters
- customDataId Int32
-
The custom data identifier.
Return Value
FabricationCustomDataType
The custom data type.
Exceptions
See Also
Reference