Retrieves ElementIds that Sketch Component is Auto-detecting against.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2011
Syntax
C# |
---|
public ICollection<ElementId> GetAutoDetectMatchedElements() |
Visual Basic |
---|
Public Function GetAutoDetectMatchedElements As ICollection(Of ElementId) |
Visual C++ |
---|
public:
ICollection<ElementId^>^ GetAutoDetectMatchedElements() |
Return Value
Set of ElementIds that Sketch Component is auto-detecting against.
Remarks
See Also