C# Класс RevitLookup.ModelStats.Report

Summary description for Report.
Показать файл Открыть проект

Открытые методы

Метод Описание
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