C# Class RevitLookup.Snoop.Data.BindingMap

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

Protected Properties

Property Type Description
m_val Autodesk.Revit.DB.BindingMap

Public Methods

Method Description
BindingMap ( string label, Autodesk val ) : System
DrillDown ( ) : void
StrValue ( ) : string

Method Details

BindingMap() public method

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

DrillDown() public method

public DrillDown ( ) : void
return void

StrValue() public method

public StrValue ( ) : string
return string

Property Details

m_val protected_oe property

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