C# Class Case.ParallelWalls.Data.clsWallFilter

Inheritance: ISelectionFilter
Afficher le fichier Open project: WeConnect/case-apps Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Allows the element.
public AllowElement ( Element element ) : bool
element Element The element.
Résultat bool

AllowReference() public méthode

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

clsWallFilter() public méthode

Constructor
public clsWallFilter ( ) : Autodesk.Revit.DB
Résultat Autodesk.Revit.DB