Item Class |
Namespace: Cadcorp
The Item type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
This is a minimal clone, used when getting items from datasets which appear multiple times.
Overlay-specific information is not cloned.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Attributes |
The attributes of the item.
| |
| Bookmark |
The bookmark of the item in its dataset (null for non-cursor datasets).
| |
| Class |
The class of the item (Line, Area etc).
| |
| ItemID |
The id of the item in its dataset.
| |
| Name |
The name of the item
| |
| OverlayName |
The name of the overlay containing the item
| |
| OverlayNo |
The number of the item's overlay.
| |
| Xmax |
The extents of the item.
| |
| Xmin |
The extents of the item.
| |
| Ymax |
The extents of the item.
| |
| Ymin |
The extents of the item.
|