GA_RejectDuplicatePoints_BIU

The feature rule GA_RejectDuplicatePoints_BIU ensures that no gas network points (GA_POINT) or cable control points (GA_C_POINT) can be created in the same location.

Note:

We recommend that you enable the feature rule, if you want to validate that no duplicate points are digitized. For example, to prevent topology errors.

The feature rule applies to gas utility points (GA_POINT), and to control cable points (GA_C_POINT)

Name

GA_RejectDuplicatePoints_BIU

Classification

Recommended feature rule. We strongly recommend that you enable this feature rule.

Location

Assembly: Autodesk.Map.IM.Modules.Gas.dll

Classname: Autodesk.Map.IM.Modules.Gas.FeatureRules

Type

Client-side

Before Insert (BI). Before Update (BU).

Is System. Is Row.

Description

Rejects insert or update when another utility point is located within the radius.

Execute Column

GEOM

Parameters

P1: Radius. Default is 0.0005.

Specifies a radius for searching similar points.

P2: Other Utility FCs.

Specifies other utility point feature classes. Enter multiple feature classes separated by a comma. An empty list affects none.

P3: Show Error. Default is YES.

Specifies whether to display a message.

Example

Set the parameter P2 to “GA_VALVE, GA_FITTING” to specify that only valves and fittings must not lie within the specified radius.