Sketch.GetAllElements
Description:
Returns all elements which belong to the sketch.
Returns all elements which belong to the sketch.
Remarks:
Following elements can belong to a sketch: ModelCurve, ReferencePlane, Dimension. To get matching between Curve from Profile and ModelCurve, use [!:Autodesk::Revit::DB::Curve::Reference::ElementId].
Following elements can belong to a sketch: ModelCurve, ReferencePlane, Dimension. To get matching between Curve from Profile and ModelCurve, use [!:Autodesk::Revit::DB::Curve::Reference::ElementId].
public IList<ElementId> GetAllElements()
IList<ElementId>
Returns ids of elements which belong to that sketch.