Click or drag to resize

Overlay Class

A class describing an overlay.
Inheritance Hierarchy
SystemObject
  CadcorpOverlay

Namespace:  Cadcorp
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
[SerializableAttribute]
public class Overlay

The Overlay type exposes the following members.

Constructors
  NameDescription
Public methodOverlay
Initializes a new instance of the Overlay class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFlt
Get a particular float attribute, or valueIfNotPresent if not present.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInt
Get a particular integer attribute, or valueIfNotPresent if not present.
Public methodGetStr
Get a particular string attribute, or null if not present.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAttributes
The attributes for this overlay
Public fieldCategory
The overlay's category (optional) - from the Category$ property.
Public fieldDataSetClass
The dataset class for this overlay.
Public fieldFeatureCodes
The feature codes associated with this overlay.
Public fieldIcon
The number of the overlay icon.
Public fieldInitialStatus
The overlay's initial status, that is, as it is given in the SWD.
Public fieldIsBaseMapping
The overlay is base mapping and should not be used in any queries, from the Basemapping& property.
Public fieldIsVector
If true, the overlay is a vector overlay; if false, raster.
Public fieldMaxScale
The overlay's maximum scale threshold.
Public fieldMinScale
The overlay's minimum scale threshold.
Public fieldMissing
If true, the overlay's dataset is missing or unavailable.
Public fieldName
The name of the overlay.
Public fieldNumber
The number of the overlay.
Public fieldSchemaColumns
The schema columns associated with this overlay.
Public fieldStatus
The overlay's current status.
Public fieldThemes
The themes associated with this overlay
Top
See Also