Retrieves ElementIds that Sketch Component is Auto-detecting against.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
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