The SetSystemCreated rule group manages the SYSTEM_CREATED attribute of line feature classes.
You use the attribute SYSTEM_CREATED to style features in the Display Manager, especially in the module Land Switzerland, in conjunction with the option Display Deleted Features. For example, to display features that have been created by a split or a join operation differently than newly digitized features.
Technically, when you split or join lines, the system deletes the old lines, and creates new ones with the attribute SYSTEM_CREATED=YES. The system sets SYSTEM_CREATED=NULL when you update the feature geometry.
The attribute SYSTEM_CREATED is available mainly for Land Management lines, such as real estate boundary lines (LM_OW_REAL_ESTATE_L). The attribute is used to distinguish between lines that have been deleted, and lines that have been split.
Name |
SetSystemCreated_BI |
Classification |
System feature rule. Depending on the module, if enabled, do not disable. |
Location |
Assembly: Autodesk.Map.IM.BaseFeatureRules.dll Classname: Autodesk.Map.IM.BaseFeatureRules.SetSystemCreated |
Type |
Client-side Before Insert (BI). Is System. Is Row. |
Description |
Manages whether the SYSTEM_CREATED attribute is set or cleared when a feature is inserted/deleted in a split or a join operation. |
Dependency |
Member of a rule group. |
Name |
SetSystemCreated_BU |
Classification |
System feature rule. Depending on the module, if enabled, do not disable. |
Location |
Assembly: Autodesk.Map.IM.BaseFeatureRules.dll Classname: Autodesk.Map.IM.BaseFeatureRules.SetSystemCreated |
Type |
Client-side Before Update (BU). Is System. Is Row. |
Description |
Manages whether the SYSTEM_CREATED attribute is set or cleared when a feature is inserted/deleted in a split or a join operation. |
Execute Column |
GEOM |
Dependency |
Member of a rule group. |
Name |
SetSystemCreated_BD |
Classification |
System feature rule. Depending on the module, if enabled, do not disable. |
Location |
Assembly: Autodesk.Map.IM.BaseFeatureRules.dll Classname: Autodesk.Map.IM.BaseFeatureRules.SetSystemCreated |
Type |
Client-side Before Delete (BD). Is System. Is Row. |
Description |
Manages whether the SYSTEM_CREATED attribute is set or cleared when a feature is inserted/deleted in a split or a join operation. |
Dependency |
Member of a rule group. |