Overlay Class |
Namespace: Cadcorp
The Overlay type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| GetFlt |
Get a particular float attribute, or valueIfNotPresent if not present.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInt |
Get a particular integer attribute, or valueIfNotPresent if not present.
| |
| GetStr |
Get a particular string attribute, or null if not present.
| |
| 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 for this overlay
| |
| Category |
The overlay's category (optional) - from the Category$ property.
| |
| DataSetClass |
The dataset class for this overlay.
| |
| FeatureCodes |
The feature codes associated with this overlay.
| |
| Icon |
The number of the overlay icon.
| |
| InitialStatus |
The overlay's initial status, that is, as it is given in the SWD.
| |
| IsBaseMapping |
The overlay is base mapping and should not be used in any queries, from the Basemapping& property.
| |
| IsVector |
If true, the overlay is a vector overlay; if false, raster.
| |
| MaxScale |
The overlay's maximum scale threshold.
| |
| MinScale |
The overlay's minimum scale threshold.
| |
| Missing |
If true, the overlay's dataset is missing or unavailable.
| |
| Name |
The name of the overlay.
| |
| Number |
The number of the overlay.
| |
| SchemaColumns |
The schema columns associated with this overlay.
| |
| Status |
The overlay's current status.
| |
| Themes |
The themes associated with this overlay
|