← Back to carmenta.com
Carmenta Engine SDK Documentation
×

IndirectAttributeVariable<System.Int64> Class

Represents a value, of type System.Int64, that is taken from the specified attribute in an AttributeSet.

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

Syntax

C#
public class IndirectAttributeVariable< System.Int64 > : 
	AttributeVariable< System.Int64 >

Remarks

This type is used to represent attribute controlled values in visualizers and operators that are taken from a specific attribute. I.e. the System.Int64 value that is generated is specified by the same attribute in all features (but can vary between different features since each feature has its own set of attributes).

System.Double attribute values are converted to integers which lose any decimal digits.

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<System.Int64>
      IndirectAttributeVariable<System.Int64>

Platforms

Windows, Linux, Android

See Also

Reference

Core Module

IndirectAttributeVariable<System.Int64> Members

The IndirectAttributeVariable<System.Int64> type has the following members.

Constructors

NameDescription
IndirectAttributeVariable<System::Int64>Initializes a new instance of the IndirectAttributeVariable<System.Int64> class.

Properties

NameDescription
DefaultValueGets or sets the default value that is returned if an AttributeSet does not contain the attribute specified by the Key property.
HasDefaultValueGets a value that tells whether the IndirectAttributeVariable<System.Int64> has a default value that is returned when an attribute is missing or cannot be converted to the correct return type.
IsDisposedGets a value that tells whether the current IndirectAttributeVariable<System.Int64> has been disposed. Inherited from EngineObject
KeyGets or sets the Atom that specifies which attribute value the IndirectAttributeVariable<System.Int64> returns.
NativeHandleGets the native Carmenta Engine kernel object the current IndirectAttributeVariable<System.Int64> represents. Inherited from EngineObject

Methods

NameDescription
ClearDefaultValueClears the default value.
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<System.Int64>

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