FeatureAttribute Class
Specifies the name and type of an attribute that may be present on a feature.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class FeatureAttribute : EngineObjectRemarks
This class specifies the name and type of an attribute that may be present on a feature in a certain layer. The Layer.GetFeatureAttributes method can be used to retrieve information about all possible feature attributes in a certain layer, and it returns a collection of instances of this class.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
FeatureAttribute
Platforms
Windows, Linux, Android
FeatureAttribute Members
The FeatureAttribute type has the following members.
Constructors
| Name | Description |
|---|---|
| FeatureAttribute | Creates a new FeatureAttribute instance. |
Properties
| Name | Description |
|---|---|
| IsDisposed | Gets a value that tells whether the current FeatureAttribute has been disposed. Inherited from EngineObject |
| Name | Gets the name of the attribute. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current FeatureAttribute represents. Inherited from EngineObject |
| Type | Gets the type of the attribute, determined by the default value supplied to the constructor. |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |