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: 26.1.0.0 (26.1.0.34)
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 |