C# Class Revit.SDK.Samples.BoundaryConditions.CS.BCTypeAttribute

A custom attribute to allow a target to have a pet. this attribute is about the BoundaryConditions Type Enumeration
Inheritance: System.Attribute
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
BCTypeAttribute ( BCType bcTypes ) : System

The constructor is called when the attribute is set.

Equals ( object obj ) : bool

override Equals method

GetHashCode ( ) : int

override GetHashCode method

Method Details

BCTypeAttribute() public méthode

The constructor is called when the attribute is set.
public BCTypeAttribute ( BCType bcTypes ) : System
bcTypes BCType
Résultat System

Equals() public méthode

override Equals method
public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

override GetHashCode method
public GetHashCode ( ) : int
Résultat int