IfcCollection1.Item

IfcCollection<T> indexer

Gets or sets the at the specified index.

public T this[int index] { get; set; }
ParameterDescription
indexThe index.

Property Value

The

See Also