ConnectCondition Class
Specifies which attributes ConnectLineOperator and ConnectPolygonOperator use to group features into sets that they then try to connect.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEOperators assembly)
Syntax
public class ConnectCondition : EngineObjectInheritance Hierarchy
System.Object
EngineObject
ConnectCondition
Platforms
Windows, Linux, Android
ConnectCondition Members
The ConnectCondition type has the following members.
Constructors
| Name | Description |
|---|---|
| ConnectCondition | Initializes a new instance of the ConnectCondition class. |
Properties
| Name | Description |
|---|---|
| Attributes | Gets the collection of attribute names that will be used to group features into sets. |
| IsDisposed | Gets a value that tells whether the current ConnectCondition has been disposed. Inherited from EngineObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current ConnectCondition 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 |