Class IfcFileName

IfcFileName class

IfcFileName class represents file information for IFC

public class IfcFileName : IIfcHeaderItem

Constructors

NameDescription
IfcFileName()The default constructor.

Properties

NameDescription
Author { get; set; }Gets or sets the author.
Authorization { get; set; }Gets or sets the authorization.
Name { get; set; }Gets or sets the name.
Organization { get; set; }Gets or sets the organization.
OriginatingSystem { get; set; }Gets or sets the originating system.
PreprocessorVersion { get; set; }Gets or sets the preprocessor version.
Timestamp { get; set; }Gets or sets the timestamp.

Examples

var fileName = new IfcFileName();

See Also