The AutoSoftSplitAtVertex rule group splits a line at a vertex when it is at the same location as a utility point. Depending on user data and use cases, this rule group can optionally be enabled.
The rule group applies to Utility line feature classes.

Name | AutoSoftSplitAtVertex_BIU |
Classification | Optional feature rule. |
Location | Assembly: Autodesk.Map.IM.Utilities.dll Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityLineFeatureRules |
Type | Client-side Before Insert (BI); Before Update (BU). Is System. Is Row. |
Description | Looks for utility points at the vertices and soft splits the line if utility points are found. |
Execute Column | GEOM |
Dependency | Member of a rule group. The rule groups only works if the AutoSoftSplitLines rule group is enabled for the corresponding utility point feature class. See also AutoSoftSplitLines rule group. |
Name | AutoSoftSplitAtVertex_AIU |
Classification | Optional feature rule. |
Location | Assembly: Autodesk.Map.IM.Utilities.dll Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityLineFeatureRules |
Type | Client-side After Insert (AI); After Update (AU). Is System. Is Row. |
Description | Looks for utility points at the vertices and soft splits the line if utility points are found. |
Dependency | Member of a rule group. The rule groups only works if the AutoSoftSplitLines rule group is enabled for the corresponding utility point feature class. See also AutoSoftSplitLines rule group. |