SymbolAttributeValue Class
Represents a single value for an attribute that holds a value for a set of values.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CETactical assembly)
Syntax
public class SymbolAttributeValue : EngineObject
Remarks
SymbolAttributeValue instances are used to represent individual values in an enumeration.
Inheritance Hierarchy
System.Object
EngineObject
SymbolAttributeValue
Platforms
Windows, Linux, Android
SymbolAttributeValue Members
The SymbolAttributeValue type has the following members.
Properties
Name | Description |
---|---|
Description | Gets a description of the current value. |
IsDisposed | Gets a value that tells whether the current SymbolAttributeValue has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current SymbolAttributeValue represents. Inherited from EngineObject |
Value | Gets the Atom that represents the value. |
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 |