C# Class Case.ParallelWalls.Data.clsReferenceFilter

Class clsReferenceFilter.
Inheritance: ISelectionFilter
Exibir arquivo Open project: WeConnect/case-apps Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AllowElement ( Element element ) : bool

Allows the element.

AllowReference ( Reference refer, XYZ point ) : bool

Allows the reference.

clsReferenceFilter ( Document document ) : Autodesk.Revit.DB

Initializes a new instance of the clsReferenceFilter class.

Method Details

AllowElement() public method

Allows the element.
public AllowElement ( Element element ) : bool
element Element The element.
return bool

AllowReference() public method

Allows the reference.
public AllowReference ( Reference refer, XYZ point ) : bool
refer Reference The refer.
point XYZ The point.
return bool

clsReferenceFilter() public method

Initializes a new instance of the clsReferenceFilter class.
public clsReferenceFilter ( Document document ) : Autodesk.Revit.DB
document Document The document.
return Autodesk.Revit.DB