The UpdateLogicalTopo rule group updates the logical topology tables after a feature has been modified.
The rule group is applied automatically to the topology Feature Classes when you create a logical topology. For more information about logical topologies, see Logical Topologies.
Name |
UpdateLogicalTopo_BU |
Classification |
System feature rule. Do not enable/disable manually. |
Location |
Assembly: Autodesk.Map.IM.LogicalTopology.FeatureRules.dll Classname: Autodesk.Map.IM.LogicalTopology.FeatureRules.LogicalTopologyRules |
Type |
Client-side Before Update (BU). Is System. Is Row. |
Description |
Gathers information about the feature to be updated. The information is then used by the UpdateLogicalTopo_AU feature rule, which updates the logical topology. |
Dependency |
Member of a rule group. |
Name |
UpdateLogicalTopo_AU |
Classification |
System feature rule. Do not enable/disable manually. |
Location |
Assembly: Autodesk.Map.IM.LogicalTopology.FeatureRules.dll Classname: Autodesk.Map.IM.LogicalTopology.FeatureRules.LogicalTopologyRules |
Type |
Client-side After Update (AU). Is System. Is Row. |
Description |
Updates the logical topology after updating a feature. |
Dependency |
Member of a rule group. |
Name |
UpdateLogicalTopo_AI |
Classification |
System feature rule. Do not enable/disable manually. |
Location |
Assembly: Autodesk.Map.IM.LogicalTopology.FeatureRules.dll Classname: Autodesk.Map.IM.LogicalTopology.FeatureRules.LogicalTopologyRules |
Type |
Client-side After Insert (AI). Is System. Is Row. |
Description |
Updates the logical topology after inserting a feature. |
Dependency |
Member of a rule group. |
Name |
UpdateLogicalTopo_BD |
Classification |
System feature rule. Do not enable/disable manually. |
Location |
Assembly: Autodesk.Map.IM.LogicalTopology.FeatureRules.dll Classname: Autodesk.Map.IM.LogicalTopology.FeatureRules.LogicalTopologyRules |
Type |
Client-side Before Delete (BD). Is System. Is Row. |
Description |
Gathers information about the feature to be deleted. The information is then used by the UpdateLogicalTopo_AD feature rule, which updates the logical topology. |
Dependency |
Member of a rule group. |
Name |
UpdateLogicalTopo_AD |
Classification |
System feature rule. Do not enable/disable manually. |
Location |
Assembly: Autodesk.Map.IM.LogicalTopology.FeatureRules.dll Classname: Autodesk.Map.IM.LogicalTopology.FeatureRules.LogicalTopologyRules |
Type |
Client-side After Delete (AD). Is System. Is Row. |
Description |
Updates the logical topology after deleting a feature. |
Dependency |
Member of a rule group. |