C# Class RevitLookup.Snoop.Forms.OriginalGeometry

Inheritance: RevitLookup.Snoop.Forms.ObjTreeBase
Show file Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_app Autodesk.Revit.ApplicationServices.Application
m_elem Element

Public Methods

Method Description
OriginalGeometry ( Autodesk elem, Autodesk app ) : System

Protected Methods

Method Description
AddObjectsToTree ( FamilyInstance elem, TreeNodeCollection curNodes ) : void

Method Details

AddObjectsToTree() protected method

protected AddObjectsToTree ( FamilyInstance elem, TreeNodeCollection curNodes ) : void
elem FamilyInstance
curNodes System.Windows.Forms.TreeNodeCollection
return void

OriginalGeometry() public method

public OriginalGeometry ( Autodesk elem, Autodesk app ) : System
elem Autodesk
app Autodesk
return System

Property Details

m_app protected property

protected Autodesk.Revit.ApplicationServices.Application m_app
return Autodesk.Revit.ApplicationServices.Application

m_elem protected property

protected Element m_elem
return Element