C# 클래스 RevitLookup.Snoop.Data.ElementId

Snoop.Data class to hold and format an ElementId value.
상속: Data
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

보호된 프로퍼티들

프로퍼티 타입 설명
m_elem Element
m_val Autodesk.Revit.DB.ElementId

공개 메소드들

메소드 설명
DrillDown ( ) : void
ElementId ( string label, Autodesk val, System.Windows.Forms.Document doc ) : System
StrValue ( ) : string

메소드 상세

DrillDown() 공개 메소드

public DrillDown ( ) : void
리턴 void

ElementId() 공개 메소드

public ElementId ( string label, Autodesk val, System.Windows.Forms.Document doc ) : System
label string
val Autodesk
doc System.Windows.Forms.Document
리턴 System

StrValue() 공개 메소드

public StrValue ( ) : string
리턴 string

프로퍼티 상세

m_elem 보호되어 있는 프로퍼티

protected Element m_elem
리턴 Element

m_val 보호되어 있는 프로퍼티

protected ElementId,Autodesk.Revit.DB m_val
리턴 Autodesk.Revit.DB.ElementId