DoubleCollection Class

This class represents a collection of double values.
Inheritance Hierarchy
SystemObject
  Teigha.GeometryDoubleCollection

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class DoubleCollection : IList

The DoubleCollection type exposes the following members.

Constructors
  Name Description
Public method DoubleCollection Default constructor for the DoubleCollection class.
Public method DoubleCollection(Double) Constructor for the DoubleCollection class.
Public method DoubleCollection(Int32) Constructor for the DoubleCollection class.
Top
Properties
  Name Description
Public property Capacity Represents the number of elements that this collection can contain.
Public property Count Represents the number of elements that this collection currently stores.
Public property IsFixedSize Property that indicates whether this collection has a fixed size.
Public property IsReadOnly Property that indicates whether this collection is read-only.
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 Add Adds a value to the collection.
Public method AddRange Adds a range of values to the end of this integer collection. This method grows the collection capacity if necessary.
Public method Clear Clears this collection.
Public method Contains Checks whether this collection contains the specified value.
Public method CopyTo Copies the specified array to this collection at the specified index.
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetEnumerator Returns the enumerator for this collection.
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Public method IEnumerable_GetEnumerator Returns the enumerator for this collection.
Public method IndexOf Returns the index of the value in the collection that matches the specified value.
Public method Insert Inserts the specified value to the collection at the provided index.
Protected method MemberwiseClone
(Inherited from Object)
Public method Remove Removes the specified value from the collection.
Public method RemoveAt Removes a value from the collection at the specified index.
Public method ToArray Gets an array that represents this collection.
Public method ToString
(Inherited from Object)
Public method TrimToSize Sets the capacity to the actual number of elements in this integer collection.
Top
Fields
  Name Description
Public fieldStatic member DefaultSize  
Top
See Also

©  Bricsys NV. All rights reserved.