C# Class RevitLookup.ModelStats.Report

Summary description for Report.
ファイルを表示 Open project: jeremytammik/RevitLookup

Public Methods

Method Description
Report ( ) : System
XmlReport ( string reportPath, System.Windows.Forms.Document doc ) : void

Create the XML Report for this document

Private Methods

Method Description
CategoryStats ( Element elem ) : void
FindCategoryNode ( Category cat ) : CategoryCount
FindRawObjNode ( System objType ) : RawObjCount

Find a RawObjCount node for the the given type of object.

FindSymbolNode ( ElementType sym ) : SymbolCount
GetSymbolRef ( Element elem ) : ElementType
ProcessElements ( System.Windows.Forms.Document doc ) : void
RawObjStats ( System obj ) : void
SymbolRefStats ( Element elem ) : void
XmlReportCategoryCounts ( XmlTextWriter stream ) : void
XmlReportRawCounts ( XmlTextWriter stream ) : void
XmlReportSymbolRefCounts ( XmlTextWriter stream ) : void
XmlReportWriteElement ( XmlTextWriter stream, Element elem ) : void

Method Details

Report() public method

public Report ( ) : System
return System

XmlReport() public method

Create the XML Report for this document
public XmlReport ( string reportPath, System.Windows.Forms.Document doc ) : void
reportPath string
doc System.Windows.Forms.Document
return void