BlockPropertiesTableColumnCollection Class

Inheritance Hierarchy
SystemObject
  Teigha.DatabaseServicesBlockPropertiesTableColumnCollection

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.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 Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetIndex Returns the index of the specified column within this collection.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(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 Returns a string that represents the current object.
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.