Exemplo n.º 1
0
 /// <summary>
 /// Constructs the file format choices.
 /// </summary>
 /// <param name="fileType"></param>
 public IFCFileFormatAttributes(IFCFileFormat fileType)
 {
     FileType = fileType;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructs the file format choices.
 /// </summary>
 /// <param name="fileType"></param>
 public IFCFileFormatAttributes(IFCFileFormat fileType)
 {
     FileType = fileType;
 }