Interface IIfcClassification
Readonly interface for IfcClassification
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcClassification : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Contains
Declaration
IEnumerable<IIfcClassificationItem> Contains { get; }
Property Value
|
Improve this Doc
View Source
Edition
Declaration
IfcLabel Edition { get; set; }
Property Value
|
Improve this Doc
View Source
EditionDate
Declaration
IIfcCalendarDate EditionDate { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
IfcLabel Source { get; set; }
Property Value