Returns all elements which belong to the sketch.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetAllElements()
Return Value
IList<ElementId>
Returns ids of elements which belong to that 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].
See Also
Reference