GraphNodeCollection Class

This class represents a collection of GraphNode objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.DatabaseServicesGraphNodeCollection

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public sealed class GraphNodeCollection : DisposableWrapper, 
        IList

The GraphNodeCollection type exposes the following members.

Constructors
  Name Description
Public method GraphNodeCollection Default constructor for the GraphNodeCollection class.
Top
Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property Count Property that represents the count of elements that this collection currently stores.
Protected property IListIsFixedSize  
Protected property IListIsReadOnly  
Protected property IListItem  
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Protected property IsSynchronized  
Public property Item Property that represents an item in the collection at the specified index.
Protected property SyncRoot  
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Add Adds a GraphNode object to the collection.
Public method Clear Clears this collection.
Public method Contains Checks whether this collection contains a GraphNode object that matches the specified GraphNode object.
Public method CopyTo Copies this collection to the specified array at the specified index.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Public method GetEnumerator Returns an enumerator for this collection.
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method IndexOf Returns the index of the GraphNode object in this collection that matches the specified object.
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method Insert Inserts the specified GraphNode object to this collection at the specified index.
Public method Remove Removes the GraphNode object that matches the specified object from the collection.
Public method RemoveAt Removes the GraphNode object at the specified index collection.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.