Revit 2021.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: 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 |