BCFclass
File reader for BIM Collaboration Format (BCF) files
Public Member Functions | Properties | List of all members
BCFclass.BCFfileList Class Reference

Collection of multiple BCF files. More...

Public Member Functions

void Clear ()
 Clear the list of BCF files. More...
 
void Add (string FileName)
 Add the content of FileName in a new object and add it to the set.. More...
 
 BCFfileList ()
 Create an empty BCFfile object. More...
 

Properties

List< BCFfileBCFfiles [get, set]
 List of BCF files in the list. More...
 

Detailed Description

Collection of multiple BCF files.

Constructor & Destructor Documentation

◆ BCFfileList()

BCFclass.BCFfileList.BCFfileList ( )
inline

Create an empty BCFfile object.

Member Function Documentation

◆ Add()

void BCFclass.BCFfileList.Add ( string  FileName)
inline

Add the content of FileName in a new object and add it to the set..

Parameters
FileNameName of the BCF file to be loaded.

◆ Clear()

void BCFclass.BCFfileList.Clear ( )
inline

Clear the list of BCF files.

Property Documentation

◆ BCFfiles

List<BCFfile> BCFclass.BCFfileList.BCFfiles
getset

List of BCF files in the list.