C# Class RevitLookup.Snoop.Data.ParameterSet

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

Protected Properties

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

Méthodes publiques

Méthode Description
DrillDown ( ) : void
ParameterSet ( string label, Element elem, Autodesk val ) : System
StrValue ( ) : string

Method Details

DrillDown() public méthode

public DrillDown ( ) : void
Résultat void

ParameterSet() public méthode

public ParameterSet ( string label, Element elem, Autodesk val ) : System
label string
elem Element
val Autodesk
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 ParameterSet,Autodesk.Revit.DB m_val
Résultat Autodesk.Revit.DB.ParameterSet