FeatureCode Class |
Namespace: Cadcorp
The FeatureCode type exposes the following members.
| Name | Description | |
|---|---|---|
| FeatureCode | Initializes a new instance of the FeatureCode class |
| Name | Description | |
|---|---|---|
| CompareTo |
Determines whether the specified FeatureCode lies before or after this one, alphabetically.
| |
| 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 | |
|---|---|---|
| Code |
The number of the feature code.
| |
| Disabled |
If true, this code is currently disabled.
| |
| MaxScale |
The code's maximum scale threshold.
| |
| MinScale |
The code's minimum scale threshold.
| |
| Name |
The name of the feature code.
| |
| SubCodes |
The nested feature codes
|