Curve3dCollection Class

This class represents a collection of 3d curves.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.GeometryCurve3dCollection

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

The Curve3dCollection type exposes the following members.

Constructors
  Name Description
Public method Curve3dCollection Default constructor for the Curve2dCollection 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 number of elements that this collection currently stores.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property IsFixedSize Property that indicates whether this collection has a fixed size.
Public property IsReadOnly Property that indicates whether the collection is read-only.
Public property Item Property that represents a collection item at the specified index.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Add Adds a curve to the collection.
Public method Clear Clears this collection.
Public method Contains Checks whether the collection contains the specified curve.
Public method CopyTo Copies the entire collection to the array starting 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 object for the 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 curve in this collection that matches the specified curve.
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method Insert Inserts the specified curve to the collection at the provided index.
Public method Remove Removes a curve that matches the specified curve from the collection.
Public method RemoveAt Removes the curve from the collection at the specified index.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.