Class vdIFCBuildingStoreys
- Namespace
- vdIFC
- Assembly
- vdIFC.dll
Implements the a collection of vdIFCBuildingStorey object types.
public sealed class vdIFCBuildingStoreys : vdIFCBaseObject, IDisposable, IBaseObject, IvdProxySerializer, IVDSerialise, IEnumerable, ICloneable
- Inheritance
-
vdIFCBuildingStoreys
- Implements
- Inherited Members
Constructors
- vdIFCBuildingStoreys()
Initializes a new instance of the object.
Properties
- Active
Get / Set an element that belongs to this collection as Active
- Count
Get the item's count of the collection.
- this[int]
Get an object from the collection at a specified index.
Methods
- Add(string)
Create a new object with Name and add it to the collection.
- Add(vdIFCBuildingStorey)
Add the passed object to the collection
- Clone()
Creates a new object that is a copy of the current instance.
- DeSerialize(DeSerializer, string, object)
overrides the base type DeSerialize(DeSerializer, string, object)
- FindName(string)
Returns an object in the collection that matches the passed Name
- GetEnumerator()
Implements the "foreach" expression for the collection.
- InternalSetOwner(vdBaseObject)
overrides the base type InternalSetOwner(vdBaseObject)
- OnDocumentSelected(vdDocument)
overrides the base type OnDocumentSelected(vdDocument)
- OnOwnerChanged()
overrides the base type OnOwnerChanged()
- RemoveAll()
Remove all items from the collection.
- Serialize(Serializer)
overrides the base type Serialize(Serializer)
- ToString()
Provides a string that describes the object.