Curve
|
The Curve3dCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Curve3dCollection | Default constructor for the Curve2dCollection class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Count | Property that represents the number of elements that this collection currently stores. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| IsFixedSize | Property that indicates whether this collection has a fixed size. | |
| IsReadOnly | Property that indicates whether the collection is read-only. | |
| Item | Property that represents a collection item at the specified index. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Adds a curve to the collection. | |
| Clear | Clears this collection. | |
| Contains | Checks whether the collection contains the specified curve. | |
| CopyTo | Copies the entire collection to the array starting at the specified index. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns an enumerator object for the collection. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| IndexOf | Returns the index of the curve in this collection that matches the specified curve. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified curve to the collection at the provided index. | |
| Remove | Removes a curve that matches the specified curve from the collection. | |
| RemoveAt | Removes the curve from the collection at the specified index. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |