C# 클래스 Revit.SDK.Samples.ProjectInfo.CS.ConstructionWrapper

상속: IComparable, IWrapper
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

Compares the names of Constructions.

ConstructionWrapper ( Construction construction ) : System

Initializes private variables.

메소드 상세

CompareTo() 공개 메소드

Compares the names of Constructions.
public CompareTo ( object obj ) : int
obj object ConstructionWrapper used to compare
리턴 int

ConstructionWrapper() 공개 메소드

Initializes private variables.
public ConstructionWrapper ( Construction construction ) : System
construction Construction Construction
리턴 System