BulgeVertexCollection Class

This class represents a collection of BulgeVertex objects.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Teigha.DatabaseServicesBulgeVertexCollection

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class BulgeVertexCollection : CollectionBase

The BulgeVertexCollection type exposes the following members.

Constructors
  Name Description
Public method BulgeVertexCollection Default constructor for the BulgeVertexCollection class.
Top
Properties
  Name Description
Public property Capacity
(Inherited from CollectionBase)
Public property Count
(Inherited from CollectionBase)
Protected property InnerList
(Inherited from CollectionBase)
Public property Item Property that represents a bulge vertex at the specified index.
Protected property List
(Inherited from CollectionBase)
Top
Methods
  Name Description
Public method Add Adds a BulgeVertex object to the collection.
Public method Clear
(Inherited from CollectionBase)
Public method Contains Checks whether this collection contains a bulge vertex that matches the specified bulge vertex.
Public method CopyTo Copies this bulge vertex collection to the specified array at the specified index.
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetEnumerator
(Inherited from CollectionBase)
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Public method IndexOf Returns the index of the bulge vertex in this collection that matches the specified bulge vertex.
Public method Insert Inserts the specified bulge vertex to the collection at the provided index.
Protected method MemberwiseClone
(Inherited from Object)
Protected method OnClear
(Inherited from CollectionBase)
Protected method OnClearComplete
(Inherited from CollectionBase)
Protected method OnInsert
(Inherited from CollectionBase)
Protected method OnInsertComplete
(Inherited from CollectionBase)
Protected method OnRemove
(Inherited from CollectionBase)
Protected method OnRemoveComplete
(Inherited from CollectionBase)
Protected method OnSet
(Inherited from CollectionBase)
Protected method OnSetComplete
(Inherited from CollectionBase)
Protected method OnValidate
(Overrides CollectionBaseOnValidate(Object))
Public method Remove Removes a bulge vertex that matches the specified bulge vertex from the collection.
Public method RemoveAt
(Inherited from CollectionBase)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.