Dissolves a collection of form elements into their defining elements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
Visual Basic |
---|
Public Shared Function DissolveForms ( _
ADoc As Document, _
elements As ICollection(Of ElementId), _
<OutAttribute> ByRef ProfileOriginPointSet As ICollection(Of ElementId) _
) As ICollection(Of ElementId) |
Visual C++ |
---|
public:
static ICollection<ElementId^>^ DissolveForms(
Document^ ADoc,
ICollection<ElementId^>^ elements,
[OutAttribute] ICollection<ElementId^>^% ProfileOriginPointSet
) |
Parameters
- ADoc
- Type: Autodesk.Revit.DB..::..Document
The document
- elements
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
A collection of element IDs of Forms and GeomCombinations that contain Forms that will be dissolved.
- ProfileOriginPointSet
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>%
A collection of the point element ids that represent the 'origin' of the profiles
Return Value
A collection of curve element ids from the profiles and paths of the dissolved forms.
Remarks
Exceptions
See Also