← Back to carmenta.com
Carmenta Engine SDK Documentation
×

ExpressionAttributeVariable<DistanceVariation> Class

Represents a value that is generated by evaluating an expression from an AttributeSet.

Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Thread safety: Members defined in this class are, in general, not thread-safe. Show

Syntax

C#
public class ExpressionAttributeVariable< DistanceVariation > : 
	AttributeVariable< DistanceVariation >

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<DistanceVariation>
      ExpressionAttributeVariable<DistanceVariation>

Platforms

Windows, Linux, Android

See Also

Reference

Operators Module

ExpressionAttributeVariable<DistanceVariation> Members

The ExpressionAttributeVariable<DistanceVariation> type has the following members.

Constructors

NameDescription
ExpressionAttributeVariable<DistanceVariation>Initializes a new instance of the ExpressionAttributeVariable<DistanceVariation> class.

Properties

NameDescription
ExpressionGets or sets the expression to be evaluated to generate the value.
IsDisposedGets a value that tells whether the current ExpressionAttributeVariable<DistanceVariation> has been disposed. Inherited from EngineObject
NativeHandleGets the native Carmenta Engine kernel object the current ExpressionAttributeVariable<DistanceVariation> represents. Inherited from EngineObject

Methods

NameDescription
CloneCreates a copy of an object. Inherited from EngineObject
DisposeReleases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject
EqualsDetermines whether this instance is equal to another. Inherited from EngineObject
TryGetValueTries to generate a value from the specified AttributeSet. Inherited from AttributeVariable<DistanceVariation>

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept