C# Class RevitLookup.Test.SDKSamples.AnalyticalSupportData.Info

Class to cache info about Analytical Support Data
Exibir arquivo Open project: jeremytammik/RevitLookup Class Usage Examples

Public Methods

Method Description
Info ( Document doc, ICollection selectedElementIds ) : System

Private Methods

Method Description
CreateDataTable ( ) : DataTable

Create an empty dataTable

GetSupportInformation ( List supports, string &str1, string &str2 ) : void

get element's support information

StoreInformationInDataTable ( Document doc, ICollection selectedElementIds ) : DataTable

get all the required information of selected elements and store them in a data table

Method Details

Info() public method

public Info ( Document doc, ICollection selectedElementIds ) : System
doc Document
selectedElementIds ICollection
return System