LeadLineSettings Class
Controls the positioning and visualization of lead lines.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class LeadLineSettings : EngineObjectRemarks
This class is used to configure the position and visualization of lead lines from a Feature to a presentation object by a PointVisualizer.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
LeadLineSettings
Platforms
Windows, Linux, Android
LeadLineSettings Members
The LeadLineSettings type has the following members.
Constructors
| Name | Description |
|---|---|
| LeadLineSettings | Initializes a new instance of the LeadLineSettings class. |
Properties
| Name | Description |
|---|---|
| AttachTo | Gets or sets a value that determines where the lead line is attached to the presentation object. |
| EndMargin | Gets or sets margin at the end of the lead line. |
| IsDisposed | Gets a value that tells whether the current LeadLineSettings has been disposed. Inherited from EngineObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current LeadLineSettings represents. Inherited from EngineObject |
| StartMargin | Gets or sets margin at the start of the lead line. |
| Visualizer | Gets or sets the LineVisualizer that visualizes the lead line. |
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 |