Interface IIfcClassification
Readonly interface for IfcClassification
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcClassification : IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcClassificationReferenceSelect, IIfcClassificationReferenceSelect, IfcClassificationSelect, IIfcClassificationSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ClassificationForObjects
Declaration
IEnumerable<IIfcRelAssociatesClassification> ClassificationForObjects { get; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Edition
Declaration
IfcLabel? Edition { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
EditionDate
Declaration
IfcDate? EditionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
HasReferences
Declaration
IEnumerable<IIfcClassificationReference> HasReferences { get; }
Property Value
|
Improve this Doc
View Source
Location
Declaration
IfcURIReference? Location { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
ReferenceTokens
Declaration
IItemSet<IfcIdentifier> ReferenceTokens { get; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
IfcLabel? Source { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|