2022 Method
Changes 6
M

AnalyticalModel.GetAutoDetectMatchedElements

Description:
Retrieves other Element Ids that this Element is Auto-detecting against.
Remarks:
An empty set is a valid return value. It just means that this Element is not Auto-detecting against any other Elements in the given direction.
public ICollection<ElementId> GetAutoDetectMatchedElements(
	AnalyticalDirection direction
)
Return Value ICollection<ElementId> A set of Element Ids against which this Element is Auto-detecting. The set may be empty if this Element is not Auto-detecting against anything.