2027 Constructor
Changes 0
C

FilterDialog(Document, ElementId)

Description:
Constructs a new instance of the FilterDialog class, while setting the id of the FilterElement to be selected when the dialog is shown.
Remarks:
Show the dialog with the Show() method after setting the desired options.
Overloads (2):
FilterDialog(Document,ElementId)
public FilterDialog(
	Document doc,
	ElementId filterToSelect
)
  • doc
    The document that owns the FilterElements displayed and edited in the dialog.
  • filterToSelect
    The FilterElement to be selected. If InvalidElementId, then the first (if any) available FilterElement will be selected.