An enumerated type listing all fabrication custom data value types.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
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 |