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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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