C# Class RevitLookup.Snoop.Data.ElementId

Snoop.Data class to hold and format an ElementId value.
Inheritance: Data
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_elem Element
m_val Autodesk.Revit.DB.ElementId

Méthodes publiques

Méthode Description
DrillDown ( ) : void
ElementId ( string label, Autodesk val, System.Windows.Forms.Document doc ) : System
StrValue ( ) : string

Method Details

DrillDown() public méthode

public DrillDown ( ) : void
Résultat void

ElementId() public méthode

public ElementId ( string label, Autodesk val, System.Windows.Forms.Document doc ) : System
label string
val Autodesk
doc System.Windows.Forms.Document
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_elem protected_oe property

protected Element m_elem
Résultat Element

m_val protected_oe property

protected ElementId,Autodesk.Revit.DB m_val
Résultat Autodesk.Revit.DB.ElementId