ConnectPolygonOperator.ConnectConditions Property
Gets the collection that contains the ConnectCondition elements that divide features into subsets that the ConnectPolygonOperator will try to connect.
Syntax
public ConnectConditionCollection ConnectConditions { get; }
Property Value
Default: Empty collection.
The connect conditions that determine which features the operator will try to connect.
Remarks
If you use several connect conditions, they will behave as alternatives: two polygon features may be connected if their attributes satisfy one of the connect conditions. To satisfy one connect condition, two polygon features must have the same value for all attributes specified in the connect condition.
For more details, see the analogous ConnectLineOperator.ConnectConditions.
Platforms
Windows, Linux, Android