← Back to carmenta.com
Carmenta Engine SDK Documentation
×

KeyValueTable<RenderingPriority> Class

A lookup table that maps attribute values to RenderingPriority values.

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 abstract class KeyValueTable< RenderingPriority > : 
	EngineObject,
	IDictionary< AttributeValue, RenderingPriority >

Remarks

This class class represents a table that maps AttributeValue keys to RenderingPriority values. The class is abstract and cannot be instantiated but the KeyedAttributeVariable<RenderingPriority>.Table property returns an instance that maps keys to the result type of the attribute variable.

Table instances are usually populated in a configuration file with the help of Carmenta Studio but they can be populated or modified through code as well.

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
    KeyValueTable<RenderingPriority>

Platforms

Windows, Linux, Android

KeyValueTable<RenderingPriority> Members

The KeyValueTable<RenderingPriority> type has the following members.

Properties

NameDescription
CountGets the number of elements in the table.
IsDisposedGets a value that tells whether the current KeyValueTable<RenderingPriority> has been disposed. Inherited from EngineObject
IsReadOnlyGets a value that tells whether the table is read-only.
ItemGets or sets the element with the specified key.
KeysGets an ICollection containing the keys in the table.
NativeHandleGets the native Carmenta Engine kernel object the current KeyValueTable<RenderingPriority> represents. Inherited from EngineObject
ValuesGets an ICollection containing the values in the table.

Methods

NameDescription
AddAdds a new element to the table.
AddRangeAdds the elements in the specified collection to the KeyValueTable<RenderingPriority>.
ClearRemoves all elements from the table.
CloneCreates a copy of an object. Inherited from EngineObject
ContainsDetermines whether the table contains the specified element.
ContainsKeyDetermines whether the table contains an element with the specified key.
CopyToCopies all elements in the table to a compatible one-dimensional array, starting at the specified index of the target array.
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
GetEnumeratorReturns an enumerator that iterates through all elements in the table.
RemoveRemoves element with the specified key from the table.
TryGetValueGets the value associated with the specified key.

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