| Revit 2022.1 API |
| FieldBuilder Constructor (FieldBuilder) |
| FieldBuilder Class See Also |
Constructs a new copy of the input ESFieldBuilder object.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public FieldBuilder( FieldBuilder other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As FieldBuilder _ ) |
| Visual C++ |
|---|
public: FieldBuilder( FieldBuilder^ other ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |