CreateStartEndNode applies to Utility line feature classes. When a utility line feature is created, the feature rule checks whether there is a start node and an end node. If either is missing, the feature rule creates a utility point.
Example: See the Water Module User Guide, section Feature Rule: Create Start And End Nodes.
Use the feature rule parameter to specify the attribute feature class that is used to create the utility point.
Name |
CreateStartEndNode |
Classification |
Optional feature rule. |
Location |
Assembly: Autodesk.Map.IM.Utilities.dll Classname: Autodesk.Map.IM.Utilities.FeatureRules.UtilityLineFeatureRules |
Type |
Client-side After Insert (AI). Is System. Is Row. |
Description |
Creates start and end node if they do not exist. |
Parameters |
P1: AttributeFClass feature class. Specifies the name of the attribute feature class used to create new point utility features. |
Dependency |
You can either enable the CheckStartEndNode feature rule or the CreateStartEndNode. See also CheckStartEndNode. |