Class IfcCollection

IfcCollection class

IfcCollection represents a collection of IFC elements

public abstract class IfcCollection

Constructors

NameDescription
IfcCollection(Type)Initializes a new instance of the class collection class.

Properties

NameDescription
TypeOfT { get; }Gets or sets the type of items in the collection.

Methods

NameDescription
abstract TryAddItemAsObject(object)Tries the add item as object.

See Also