C# Class RevitLookup.Snoop.Data.ParameterSet

Snoop.Data class to hold and format an ElementSet value.
Inheritance: Data
Exibir arquivo Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_elem Element
m_val Autodesk.Revit.DB.ParameterSet

Public Methods

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

Method Details

DrillDown() public method

public DrillDown ( ) : void
return void

ParameterSet() public method

public ParameterSet ( string label, Element elem, Autodesk val ) : System
label string
elem Element
val Autodesk
return System

StrValue() public method

public StrValue ( ) : string
return string

Property Details

m_elem protected_oe property

protected Element m_elem
return Element

m_val protected_oe property

protected ParameterSet,Autodesk.Revit.DB m_val
return Autodesk.Revit.DB.ParameterSet