C# Class Case.ParallelWalls.Data.clsReferenceFilter

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

Private Properties

Свойство Type Description

Méthodes publiques

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

clsReferenceFilter() public méthode

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