Share

FamilySymbolFilter Constructor

Constructs a new instance of a filter to find all family symbols of the given family.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public FamilySymbolFilter(
	ElementId familyId
)

Parameters

familyId  ElementId
The family id.

Exceptions

ExceptionCondition
ArgumentException The familyId is invalid.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?