SketchGetAllElements Method |
Returns all elements which belong to the sketch.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<ElementId> GetAllElements()
Public Function GetAllElements As IList(Of ElementId)
public:
IList<ElementId^>^ GetAllElements()
member GetAllElements : unit -> IList<ElementId>
Return Value
IListElementId
Returns ids of elements which belong to that sketch.
Remarks
See Also