The DeleteUnneededNodes rule group cleans up utility lines. The rule group applies to Utility line feature classes.
After a line is deleted, the rule group deletes points that do not have lines connected to them.
Name |
DeleteUnneededNodes_BD |
Classification |
Optional feature rule. |
Location |
Assembly: Autodesk.Map.IM.Utilities.dll Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityLineFeatureRules |
Type |
Client-side Before Delete (BD). Is System. Is Row. |
Description |
Deletes start and end nodes if they are no longer needed. |
Dependency |
Member of a rule group. |
Name |
DeleteUnneededNodes_AD |
Classification |
Optional feature rule. |
Location |
Assembly: Autodesk.Map.IM.Utilities.dll Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityLineFeatureRules |
Type |
Client-side After Delete (AD). Is System. Is Row. |
Description |
Deletes start and end nodes if they are no longer needed. |
Parameters |
P1: DeleteSoftSplitters. Default is NO. Specifies whether the points which resulted from a soft split should be deleted and the lines merged, similar to the AutoExtractSoftSplit feature rule. P2: AskUser. Default is YES. Specifies whether the user is asked if the unneeded points should be deleted. If the parameter is NO, they are deleted without user interaction. |
Dependency |
Member of a rule group. |