An enumerated type listing all fabrication custom data value types.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017 Subscription Update
Syntax
| C# |
|---|
public enum FabricationCustomDataType |
| Visual Basic |
|---|
Public Enumeration FabricationCustomDataType |
| Visual C++ |
|---|
public enum class FabricationCustomDataType |
Members
| Member name | Description |
|---|---|
| Text | Text data type |
| Integer | Integer data type |
| Real | Real number data type. |