C# 클래스 RevitLookup.ModelStats.Report

Summary description for Report.
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

메소드 설명
Report ( ) : System
XmlReport ( string reportPath, System.Windows.Forms.Document doc ) : void

Create the XML Report for this document

비공개 메소드들

메소드 설명
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

메소드 상세

Report() 공개 메소드

public Report ( ) : System
리턴 System

XmlReport() 공개 메소드

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