AttributeVariable<EdgesToSegmentize> Class
A value, of type EdgesToSegmentize, that is generated from an AttributeSet.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public abstract class AttributeVariable< EdgesToSegmentize > : 
	EngineObjectRemarks
This type is used to represent attribute controlled values in visualizers and operators. The actual EdgesToSegmentize 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
  EngineObject
    AttributeVariable<EdgesToSegmentize>
      DirectAttributeVariable<EdgesToSegmentize>
      ExpressionAttributeVariable<EdgesToSegmentize>
      IndirectAttributeVariable<EdgesToSegmentize>
      KeyedAttributeVariable<EdgesToSegmentize>
Platforms
Windows, Linux, Android
AttributeVariable<EdgesToSegmentize> Members
The AttributeVariable<EdgesToSegmentize> type has the following members.
Properties
| Name | Description | 
|---|---|
| IsDisposed | Gets a value that tells whether the current AttributeVariable<EdgesToSegmentize> has been disposed. Inherited from EngineObject | 
| NativeHandle | Gets the native Carmenta Engine kernel object the current AttributeVariable<EdgesToSegmentize> 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. |