C# 클래스 RevitLookup.ExIm.Importer

파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

메소드 설명
Import ( ) : void

Import ( Category category ) : void

Importer ( XmlDocument xmlDoc, System.Windows.Forms.Document activeDoc ) : System

Importer ( string xmlFileName, System.Windows.Forms.Document activeDoc ) : System

비공개 메소드들

메소드 설명
GetAllParams ( Element elem ) : ArrayList

Gets the consolidated list of params for an element, ie. its own params + its' family's params

GetElementId ( string elementName ) : ElementId

GetElementsOfType ( Type type ) : ElementSet

Update ( Element elem ) : void

UpdateFamily ( Element elem, XmlAttributeCollection attribsColl ) : void

UpdateFamilySymbol ( Family family, FamilyInstance famInst, string familySymbolString ) : void

UpdateParams ( ArrayList paramsList, XmlAttributeCollection attribsColl ) : void

Tries to update each parameter, if unsuccessfull it logs the error

메소드 상세

Import() 공개 메소드

public Import ( ) : void
리턴 void

Import() 공개 메소드

public Import ( Category category ) : void
category Category
리턴 void

Importer() 공개 메소드

public Importer ( XmlDocument xmlDoc, System.Windows.Forms.Document activeDoc ) : System
xmlDoc System.Xml.XmlDocument
activeDoc System.Windows.Forms.Document
리턴 System

Importer() 공개 메소드

public Importer ( string xmlFileName, System.Windows.Forms.Document activeDoc ) : System
xmlFileName string
activeDoc System.Windows.Forms.Document
리턴 System