Interface IIfcClassificationItem
Readonly interface for IfcClassificationItem
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcClassificationItem : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
IsClassifiedItemIn
Declaration
IEnumerable<IIfcClassificationItemRelationship> IsClassifiedItemIn { get; }
Property Value
|
Improve this Doc
View Source
IsClassifyingItemIn
Declaration
IEnumerable<IIfcClassificationItemRelationship> IsClassifyingItemIn { get; }
Property Value
|
Improve this Doc
View Source
ItemOf
Declaration
IIfcClassification ItemOf { get; set; }
Property Value
|
Improve this Doc
View Source
Notation
Declaration
IIfcClassificationNotationFacet Notation { get; set; }
Property Value
|
Improve this Doc
View Source
Title
Declaration
IfcLabel Title { get; set; }
Property Value