Open onomou opened 2 years ago
GetDependentElements need a parameter named element filter. Revitlookupwpf doesn't support this parameter now. The string IList just description a return value type, not a result. There is some work to do to support this feature. Thanks for your issue.I will take a research about it.
public IList<ElementId> GetDependentElements(
ElementFilter filter
)
Describe the bug When snooping an element,
GetDependentElements
shows an IList result, but the result cannot be selected.To Reproduce Steps to reproduce the behavior:
GetDependentElements
underMethods
Expected behavior The list of dependent elements should open.
Screenshots
Desktop (please complete the following information):
Additional context The original RevitLookup tool works as expected.