Infr. Map Server

Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

928 views1 edit(s)5627 characters(s) Page last modified 12:53, 27 Mar 2012 by contentconnector
How to add your knowledge

CreateStartEndNode

    Table of contents
    No headers

    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.

    Best Practice

    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.