C# 클래스 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
상속: System.Attribute
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BCTypeAttribute() 공개 메소드

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

Equals() 공개 메소드

override Equals method
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

override GetHashCode method
public GetHashCode ( ) : int
리턴 int