C# Class Case.ParallelWalls.Data.clsWallFilter

Inheritance: ISelectionFilter
Show file Open project: WeConnect/case-apps Class Usage Examples

Public Methods

Method Description
AllowElement ( Element element ) : bool

Allows the element.

AllowReference ( Reference refer, XYZ point ) : bool

Allows the reference.

clsWallFilter ( ) : Autodesk.Revit.DB

Constructor

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

clsWallFilter() public method

Constructor
public clsWallFilter ( ) : Autodesk.Revit.DB
return Autodesk.Revit.DB