C# Class RevitLookup.Snoop.CollectorExts.CollectorExtCreation

Provide Snoop.Data for any classes related to Geometry.
Inheritance: CollectorExt
Show file Open project: jeremytammik/RevitLookup

Public Methods

Method Description
CollectorExtCreation ( ) : System

Protected Methods

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

Private Methods

Method Description
Stream ( ArrayList data, Application app ) : void
Stream ( ArrayList data, FamilyInstanceCreationData famInstData ) : void
Stream ( ArrayList data, FamilyItemFactory famItem ) : void
Stream ( ArrayList data, ItemFactoryBase itemFactBase ) : void

Method Details

CollectEvent() protected method

protected CollectEvent ( object sender, CollectorEventArgs e ) : void
sender object
e RevitLookup.Snoop.Collectors.CollectorEventArgs
return void

CollectorExtCreation() public method

public CollectorExtCreation ( ) : System
return System