BlockPropertiesTableColumnCollection Class

This class represents a collection of block properties table columns.
Inheritance Hierarchy
SystemObject
  Teigha.DatabaseServicesBlockPropertiesTableColumnCollection

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class BlockPropertiesTableColumnCollection : ICollection, 
        IEnumerable

The BlockPropertiesTableColumnCollection type exposes the following members.

Properties
  Name Description
Public property Count Property that represents the count of elements that this collection currently stores.
Public property IsSynchronized Property that indicates whether access to this collection is thread-safe.
Public property Item Property that represents an item from the collection at the specified index.
Public property SyncRoot Property that represents an object that can be used to synchronize access to this collection.
Top
Methods
  Name Description
Public method AddAt Adds the specified column to a table at the specified index.
Public method AddItem Adds the specified column to the end of a table.
Public method Clear Clears the entire table.
Public method ContainsColumn Checks whether a table contains the specified column.
Public method CopyTo Copies the entire collection to the array starting at the specified index.
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode
(Inherited from Object)
Public method GetIndex Returns the index of the specified column within this collection.
Public method GetType
(Inherited from Object)
Protected method MemberwiseClone
(Inherited from Object)
Public method Move(BlockPropertiesTableColumn, Int32) Moves this collection of table columns from the current index of the specified table column to a new index.
Public method Move(Int32, Int32) Moves this collection of table columns to a new index.
Public method Remove(BlockPropertiesTableColumn) Removes the specified table column.
Public method Remove(Int32) Removes a table column from the specified index.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.