Interface IIfcObjectDefinition
Readonly interface for IfcObjectDefinition
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcObjectDefinition : IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Decomposes
Declaration
IEnumerable<IIfcRelDecomposes> Decomposes { get; }
Property Value
|
Improve this Doc
View Source
HasAssignments
Declaration
IEnumerable<IIfcRelAssigns> HasAssignments { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcRelAssigns> |
|
|
Improve this Doc
View Source
HasAssociations
Declaration
IEnumerable<IIfcRelAssociates> HasAssociations { get; }
Property Value
|
Improve this Doc
View Source
IsDecomposedBy
Declaration
IEnumerable<IIfcRelDecomposes> IsDecomposedBy { get; }
Property Value