Object
|
The ObjectIdCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjectIdCollection | Default constructor for the ObjectIdCollection class. | |
| ObjectIdCollection(ObjectId) | Constructor for the ObjectIdCollection class. Creates a collection from an array of ObjectId objects. |
| 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 count of object identifiers in this collection. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Item | Property that represents an object identifier at the specified index of the collection. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Adds an object identifier to the collection. | |
| Clear | Erases all items from the collection. | |
| Contains | Checks whether this collection contains the specified ObjectId object. | |
| CopyTo | Copies this object identifier collection to the specified array at the specified index. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns the enumerator for this collection of ObjectId objects. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| IndexOf | Returns the index of the object identifier in this collection that matches the specified object identifier. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified object identifier to the collection at the provided index. | |
| Remove | Removes an item in the collection that matches the specified item. | |
| RemoveAt | Removes an object identifier from the collection at the specified index. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |