C# Class RevitLookup.Snoop.CollectorExts.CollectorExtMEP

Inheritance: CollectorExt
Show file Open project: jeremytammik/RevitLookup

Public Methods

Method Description
CollectorExtMEP ( ) : System

Protected Methods

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

Private Methods

Method Description
AddDataWithExceptionSafe ( ArrayList data, String dataName, Double dataValue ) : void
AddDataWithExceptionSafe ( ArrayList data, String dataName, Object dataValue ) : void
AddDataWithExceptionSafe ( ArrayList data, String dataName, String dataValue ) : void
AddDataWithExceptionSafe ( ArrayList data, String dataName, XYZ dataValue ) : void
Stream ( ArrayList data, ConnectorManager connectorMgr ) : void
Stream ( ArrayList data, CorrectionFactor correctionFactor ) : void
Stream ( ArrayList data, ElectricalEquipment elecEquip ) : void
Stream ( ArrayList data, ElectricalSetting elecSetting ) : void
Stream ( ArrayList data, GroundConductorSize grndCondSize ) : void
Stream ( ArrayList data, LightingDevice lightDevice ) : void
Stream ( ArrayList data, LightingFixture lightFixture ) : void
Stream ( ArrayList data, MEPModel mepModel ) : void
Stream ( ArrayList data, MechanicalEquipment mechEquip ) : void
Stream ( ArrayList data, MechanicalFitting mechFitting ) : void
Stream ( ArrayList data, WireSize wireSize ) : void

Method Details

CollectEvent() protected method

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

CollectorExtMEP() public method

public CollectorExtMEP ( ) : System
return System