![]() |
BCFclass
File reader for BIM Collaboration Format (BCF) files
|
Content of a BCF file More...
Public Member Functions | |
| void | ReadBCF (String FileName) |
| Load a BCF File More... | |
| void | NewBCF () |
| Clear the Topics List More... | |
| BCFfile (string FileName) | |
| Create a BCFfile object, and read the content of the file designetd by FileName More... | |
| BCFfile () | |
| Create an empty BCFfile object More... | |
Public Attributes | |
| List< BCFmarkup.Markup > | MarkupsList = new List<BCFmarkup.Markup>() |
| List of BCF markups in the BCFfile object More... | |
| List< BCFvisinfo.VisualizationInfo > | VisinfoList = new List<BCFvisinfo.VisualizationInfo>() |
| List of BCF visinfo in the BCFfile object More... | |
| List< Bitmap > | ImageList = new List<Bitmap>() |
| List of BCF images in the BCFfile object More... | |
| BCFversion.Version | Version |
| BCF version More... | |
| string | Name |
| Name of the File (without path and extension) More... | |
| string | FullName |
| Full Name of the File (including path and extension) More... | |
| int | Index |
| Index of the File (set by BCFfileList for sorting purposes) More... | |
Content of a BCF file
In addition to the classes extracted from the BCF schema
|
inline |
Create a BCFfile object, and read the content of the file designetd by FileName
| FileName | Name of the BCF file to read |
|
inline |
Create an empty BCFfile object
|
inline |
Load a BCF File
| FileName | Full path of the file to be loadded or appended |
|
inline |
Clear the Topics List
| List<BCFmarkup.Markup> BCFclass.BCFfile.MarkupsList = new List<BCFmarkup.Markup>() |
List of BCF markups in the BCFfile object
| List<BCFvisinfo.VisualizationInfo> BCFclass.BCFfile.VisinfoList = new List<BCFvisinfo.VisualizationInfo>() |
List of BCF visinfo in the BCFfile object
| List<Bitmap> BCFclass.BCFfile.ImageList = new List<Bitmap>() |
List of BCF images in the BCFfile object
| BCFversion.Version BCFclass.BCFfile.Version |
BCF version
| string BCFclass.BCFfile.Name |
Name of the File (without path and extension)
| string BCFclass.BCFfile.FullName |
Full Name of the File (including path and extension)
| int BCFclass.BCFfile.Index |
Index of the File (set by BCFfileList for sorting purposes)