Class IfcEntityBase

IfcEntityBase class

IfcEntity is a base abstract class for all IFC entities

public abstract class IfcEntityBase : IIfcEntity

Properties

NameDescription
Childs { get; }
EntityLabel { get; }Gets the entity label. Each entity has its label, which is unique and represents it in the file
Id { get; }

Methods

NameDescription
override Equals(object)Determines whether the specified is equal to this instance.
override GetHashCode()Returns a hash code for this instance.
operator ==Implements the operator ==. Used to compare two entities for equal
operator !=Implements the operator !=. Used to compare two entities to does not equal

See Also