| Revit 2017 API |
| AnalyticalModelSketchComponent..::..GetAutoDetectMatchedElements Method |
| AnalyticalModelSketchComponent Class See Also |
Retrieves ElementIds that Sketch Component is Auto-detecting against.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.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
An empty set indicates that the Sketch Component is just not Auto-detecting against anything.