Class IfcFileDescription

IfcFileDescription class

IfcFileDescription class represents description and implementation level for IFC

public class IfcFileDescription : IIfcHeaderItem

Constructors

NameDescription
IfcFileDescription()The default constructor.

Properties

NameDescription
Description { get; set; }Gets or sets the description.
ImplementationLevel { get; set; }Gets or sets the implementation level.

Examples

var fileDescription = new IfcFileDescription();

See Also