AnalyticalModel.GetAutoDetectMatchedElements
Description:
Retrieves other Element Ids that this Element is Auto-detecting against.
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.
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
)
-
directionDirection in which Analytical Auto-detect is being done.
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.
-
direction is invalid for Analytical Auto-detect.
-
A value passed for an enumeration argument is not a member of that enumeration