AutoExtractSoftSplit rule group

The AutoExtractSoftSplit rule group merges utility lines.

Case 1—Merges lines when the point between them is deleted. In the following case: They share the same attribute. The geometries are such that the two lines could be the result of a soft split.

Case 2—Merges lines when the point between them is moved away. In the following case: They share the same attribute feature. The geometries are such that the two lines could be the result of a soft split. This action disconnects the lines from the moved point.

The rule group applies to Utility point feature classes.

AutoExtractSoftSplit_BD

Name

AutoExtractSoftSplit_BD

Classification

Optional feature rule.

Location

Assembly: Autodesk.Map.IM.Utilities.dll

Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityPointFeatureRules

Type

Client-side

Before Delete (BD).

Is System. Is Row.

Description

Joins soft split lines if the point is deleted.

Dependency

Member of a rule group.

AutoExtractSoftSplit_AD

Name

AutoExtractSoftSplit_AD

Classification

Optional feature rule.

Location

Assembly: Autodesk.Map.IM.Utilities.dll

Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityPointFeatureRules

Type

Client-side

After Delete (AD).

Is System. Is Row.

Description

Joins soft split lines if the point is deleted.

Dependency

Member of a rule group.

AutoExtractSoftSplit_BU

Name

AutoExtractSoftSplit_BU

Classification

Optional feature rule.

Location

Assembly: Autodesk.Map.IM.Utilities.dll

Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityPointFeatureRules

Type

Client-side

Before Update (BU).

Is System. Is Row.

Description

Joins soft split lines if the point is deleted.

Dependency

Member of a rule group.

If you have enabled the MoveConnectedLines rule group, you must disable AutoExtractSoftSplit_BU and AutoExtractSoftSplit_AU.

AutoExtractSoftSplit_AU

Name

AutoExtractSoftSplit_AU

Classification

Optional feature rule.

Location

Assembly: Autodesk.Map.IM.Utilities.dll

Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityPointFeatureRules

Type

Client-side

After Update (AU).

Is System. Is Row.

Description

Joins soft split lines if the point is deleted.

Dependency

Member of a rule group.

If you have enabled the MoveConnectedLines rule group, you must disable AutoExtractSoftSplit_BU and AutoExtractSoftSplit_AU.