C# Class RevitLookup.Snoop.Forms.BindingMap

Summary description for BindingMap form.
Inheritance: RevitLookup.Snoop.Forms.ObjTreeBase
Show file Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_map Autodesk.Revit.DB.BindingMap

Public Methods

Method Description
BindingMap ( Autodesk map ) : System

Protected Methods

Method Description
AddObjectsToTree ( Autodesk map, TreeNodeCollection curNodes ) : void

Method Details

AddObjectsToTree() protected method

protected AddObjectsToTree ( Autodesk map, TreeNodeCollection curNodes ) : void
map Autodesk
curNodes System.Windows.Forms.TreeNodeCollection
return void

BindingMap() public method

public BindingMap ( Autodesk map ) : System
map Autodesk
return System

Property Details

m_map protected property

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