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 BCFfile object and add it to the set.. More...
 

Properties

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

Detailed Description

Collection of multiple BCF files.

Member Function Documentation

◆ Clear()

void BCFclass.BCFfileList.Clear ( )
inline

Clear the list of BCF files.

◆ Add()

void BCFclass.BCFfileList.Add ( string  FileName)
inline

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

Parameters
FileNameName of the BCF file to be loaded.

Property Documentation

◆ BCFfiles

List<BCFfile> BCFclass.BCFfileList.BCFfiles
getset

List of BCF files in the list.