Append shape built by the supplied ShapeBuilderObject to shape representation stored in this DirectShapeType.
The data stored in the supplied ShapeBuilder object will be cleared.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public void AppendShape( ShapeBuilder ShapeBuilder )
Parameters
- ShapeBuilder ShapeBuilder
- The ShapeBuilder object that was used to build the shape to be appended.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |