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 | (Inherited from DisposableWrapper) |
|
| Count | Represents the number of elements that this collection currently stores. | |
| IsDisposed | (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 | (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 | Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object. (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns enumerator for this point collection. | |
| GetHashCode | (Inherited from DisposableWrapper) |
|
| GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| IndexOf | Returns index of the point in collection that matches the specified point. | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (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 | Returns a string that represents the current object. (Inherited from Object) |
| © Bricsys NV. All rights reserved. |