C# Class RevitLookup.Snoop.Data.ElementSet

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

Protected Properties

Property Type Description
m_val Autodesk.Revit.DB.ElementSet

Public Methods

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

Method Details

DrillDown() public method

public DrillDown ( ) : void
return void

ElementSet() public method

public ElementSet ( string label, Autodesk val ) : System
label string
val Autodesk
return System

ElementSet() public method

public ElementSet ( string label, ICollection val, Autodesk doc ) : System
label string
val ICollection
doc Autodesk
return System

StrValue() public method

public StrValue ( ) : string
return string

Property Details

m_val protected_oe property

protected Autodesk.Revit.DB.ElementSet m_val
return Autodesk.Revit.DB.ElementSet