Table of Contents

Class Database

Namespace
OpenMEPRevit.Application
Assembly
OpenMEPRevit.dll
public class Database
Inheritance
Database
Inherited Members

Methods

SnoopElementById(List<string>)

Snoop Explore Elements By Id

public static string SnoopElementById(List<string> id)

Parameters

id List<string>

id of element

Returns

string

Examples

Database.SnoopElementById.dyn

SnoopElements(List<Element>)

Snoop Explore Elements

public static string SnoopElements(List<Element> elements)

Parameters

elements List<Element>

elements need to snoop

Returns

string

result

Examples

Database.SnoopElements.dyn