ExpressionAttributeVariable<S52DisplayCategory> Class
Represents a value that is generated by evaluating an expression from an AttributeSet.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class ExpressionAttributeVariable< S52DisplayCategory > :
AttributeVariable< S52DisplayCategory >
Remarks
This type is used to represent attribute controlled values in visualizers and operators that are generated by evaluating an expression from an AttributeSet.
Attributes values of type System.Int64 are converted to the enumeration value with the same value.
Please see Attribute Controlled Visualization for more information on how attribute variables are used to control visualization.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
AttributeVariable<S52DisplayCategory>
ExpressionAttributeVariable<S52DisplayCategory>
Platforms
Windows, Linux, Android
ExpressionAttributeVariable<S52DisplayCategory> Members
The ExpressionAttributeVariable<S52DisplayCategory> type has the following members.
Constructors
Name | Description |
---|---|
ExpressionAttributeVariable<S52DisplayCategory> | Initializes a new instance of the ExpressionAttributeVariable<S52DisplayCategory> class. |
Properties
Name | Description |
---|---|
Expression | Gets or sets the expression to be evaluated to generate the value. |
IsDisposed | Gets a value that tells whether the current ExpressionAttributeVariable<S52DisplayCategory> has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ExpressionAttributeVariable<S52DisplayCategory> represents. Inherited from EngineObject |
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 |
TryGetValue | Tries to generate a value from the specified AttributeSet. Inherited from AttributeVariable<S52DisplayCategory> |