C# Class RevitLookup.Snoop.Data.ElementSet

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

Protected Properties

Свойство Type Description
m_val Autodesk.Revit.DB.ElementSet

Méthodes publiques

Méthode Description
DrillDown ( ) : void
ElementSet ( string label, Autodesk val ) : System
ElementSet ( string label, ICollection val, Autodesk doc ) : System
StrValue ( ) : string

Method Details

DrillDown() public méthode

public DrillDown ( ) : void
Résultat void

ElementSet() public méthode

public ElementSet ( string label, Autodesk val ) : System
label string
val Autodesk
Résultat System

ElementSet() public méthode

public ElementSet ( string label, ICollection val, Autodesk doc ) : System
label string
val ICollection
doc Autodesk
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_val protected_oe property

protected Autodesk.Revit.DB.ElementSet m_val
Résultat Autodesk.Revit.DB.ElementSet