An enumerated type listing all fabrication custom data value types.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FabricationCustomDataType
Members
| Member name | Value | Description |
|---|---|---|
| Integer | 2 | Integer data type |
| Real | 3 | Real number data type. |
| Text | 1 | Text data type |
