Click or drag to resize

FeatureCode Class

A class describing a feature code associated with an overlay.
Inheritance Hierarchy
SystemObject
  CadcorpFeatureCode

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

The FeatureCode type exposes the following members.

Constructors
  NameDescription
Public methodFeatureCode
Initializes a new instance of the FeatureCode class
Top
Methods
  NameDescription
Public methodCompareTo
Determines whether the specified FeatureCode lies before or after this one, alphabetically.
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 fieldCode
The number of the feature code.
Public fieldDisabled
If true, this code is currently disabled.
Public fieldMaxScale
The code's maximum scale threshold.
Public fieldMinScale
The code's minimum scale threshold.
Public fieldName
The name of the feature code.
Public fieldSubCodes
The nested feature codes
Top
See Also