DirectAttributeVariable<LineStyle> Class
An attribute variable that represents a constant value of type LineStyle.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class DirectAttributeVariable< LineStyle > :
AttributeVariable< LineStyle >
Remarks
This type is used to represent attribute controlled values in visualizers and operators that are constant, i.e. the same LineStyle value is returned for all features that are being processed.
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<LineStyle>
DirectAttributeVariable<LineStyle>
Platforms
Windows, Linux, Android
DirectAttributeVariable<LineStyle> Members
The DirectAttributeVariable<LineStyle> type has the following members.
Constructors
Name | Description |
---|---|
DirectAttributeVariable<LineStyle> | Initializes a new instance of the DirectAttributeVariable<LineStyle> class that returns the specified value. |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current DirectAttributeVariable<LineStyle> has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current DirectAttributeVariable<LineStyle> represents. Inherited from EngineObject |
Value | Gets or sets the value the DirectAttributeVariable<LineStyle> returns. |
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. Inherited from AttributeVariable<LineStyle> |