| Revit 2023 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: 23.0.0.0 (23.1.0.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 |