Interface IIfcTypeProduct
Readonly interface for IfcTypeProduct
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTypeProduct : IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ReferencedBy
Declaration
IEnumerable<IIfcRelAssignsToProduct> ReferencedBy { get; }
Property Value
|
Improve this Doc
View Source
RepresentationMaps
Declaration
IItemSet<IIfcRepresentationMap> RepresentationMaps { get; }
Property Value
|
Improve this Doc
View Source
Tag
Declaration
IfcLabel? Tag { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|