Point
|
The Point3dCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Point3dCollection | Default constructor for the Point3dCollection class. Creates an empty collection of 3d points. | |
| Point3dCollection(Point3d) | Constructor for the Point3dCollection class. Creates a collection of 3d points from the passed array. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Count | 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 this collection is read-only. | |
| IsSynchronized | Property that indicates whether access to this collection is thread-safe. | |
| Item | Property that represents an item from the collection at the specified index. | |
| SyncRoot | Property that represents an object that can be used to synchronize access to this collection. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Adds a point to the collection. | |
| Clear | Clears this collection of 3d points. | |
| Contains | Checks whether this collection contains a point that matches the specified point. | |
| CopyTo | Copies this point collection to specified array at the specified index. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns enumerator for this point collection. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| IndexOf | Returns index of the point in collection that matches the specified point. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified point to the collection at the provided index. | |
| Remove | Removes a point in the collection that matches the specified point. | |
| RemoveAt | Removes a point from the collection at the specified index. | |
| ToArray | Returns this collection as an array of 3d points. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |