Interface IIfcTypeObject
Readonly interface for IfcTypeObject
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcTypeObject : IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ApplicableOccurrence
Declaration
IfcLabel? ApplicableOccurrence { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
HasPropertySets
Declaration
IItemSet<IIfcPropertySetDefinition> HasPropertySets { get; }
Property Value
|
Improve this Doc
View Source
ObjectTypeOf
Declaration
IEnumerable<IIfcRelDefinesByType> ObjectTypeOf { get; }
Property Value