← Back to carmenta.com
Carmenta Engine SDK Documentation
×

AttributeVariable<S52ViewingGroupVisibility> Class

A value, of type S52ViewingGroupVisibility, that is generated from 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 abstract class AttributeVariable< S52ViewingGroupVisibility > : 
	EngineObject

Remarks

This type is used to represent attribute controlled values in visualizers and operators. The actual S52ViewingGroupVisibility value used by a visualizer or operator is generated from the attributes of each feature being processed. How values are generated is determined by which subclass is used for a particular visualizer or operator property.

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<S52ViewingGroupVisibility>
      DirectAttributeVariable<S52ViewingGroupVisibility>
      ExpressionAttributeVariable<S52ViewingGroupVisibility>
      IndirectAttributeVariable<S52ViewingGroupVisibility>
      KeyedAttributeVariable<S52ViewingGroupVisibility>

Platforms

Windows, Linux, Android

See Also

Reference

Core Module

AttributeVariable<S52ViewingGroupVisibility> Members

The AttributeVariable<S52ViewingGroupVisibility> type has the following members.

Properties

NameDescription
IsDisposedGets a value that tells whether the current AttributeVariable<S52ViewingGroupVisibility> has been disposed. Inherited from EngineObject
NativeHandleGets the native Carmenta Engine kernel object the current AttributeVariable<S52ViewingGroupVisibility> 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.

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