ConnectCondition.Attributes Property
Gets the collection of attribute names that will be used to group features into sets.
Syntax
public AtomCollection Attributes { get; }
Property Value
Default: Empty collection.
The attribute names that define a set of features.
Remarks
This property contains a list of attribute names used to group features into sets that a ConnectLineOperator or ConnectPolygonOperator will try to connect. For example, a ConnectCondition that contains STREET_NAME and SPEED_LIMIT will group features where both attributes match into a set that the operator will then try to connect into a single feature.
Platforms
Windows, Linux, Android