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
ファイルを表示 Open project: AMEE/revit Class Usage Examples

Public Methods

Method 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 method

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

Equals() public method

override Equals method
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

override GetHashCode method
public GetHashCode ( ) : int
return int