Constructs a new copy of the input ESFieldBuilder object.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 |