C# Class RevitLookup.Snoop.CollectorExts.CollectorExt

Base class for CollectorExt objects.
Show file Open project: jeremytammik/RevitLookup

Public Properties

Property Type Description
m_activeDoc Autodesk.Revit.DB.Document
m_app Autodesk.Revit.UI.UIApplication

Public Methods

Method Description
CollectorExt ( ) : System
GetElementById ( ElementId id ) : Element

Protected Methods

Method Description
CollectEvent ( object sender, Snoop e ) : void

Method Details

CollectEvent() protected abstract method

protected abstract CollectEvent ( object sender, Snoop e ) : void
sender object
e Snoop
return void

CollectorExt() public method

public CollectorExt ( ) : System
return System

GetElementById() public method

public GetElementById ( ElementId id ) : Element
id ElementId
return Element

Property Details

m_activeDoc public static property

public static Document,Autodesk.Revit.DB m_activeDoc
return Autodesk.Revit.DB.Document

m_app public static property

public static Autodesk.Revit.UI.UIApplication m_app
return Autodesk.Revit.UI.UIApplication