Select to view content in your preferred language

Export Topology Tool (Topographic Production): Rule Name missing from exported XML in the Rule Tag

721
1
07-28-2023 07:40 AM
JakeerMohammad
New Contributor

Hi, I am using the Export Topology Geoprocessing Tool using ArcGIS Pro and while exporting the topology to an XML File (definition file), I'm not getting the rule name in the rule tag. All that I'm getting is a xml attribute esriTopologyRuleType which comes like a number eg. 29. How can I get the rule name also? Also is their a mapping available somewhere between Rule Name and esriTopologyRuleType ?


The rule tags that I'm getting is as follows:

<rule name="" allOriginSubtypes="True" allDestinationSubtypes="True" guid="570ADAC1-23DD-45B6-9E30-64EF0EA8DC7E"
esriTopologyRuleType="29" triggerErrorEvents="False">
<origin table="SWNDMNHL" subtype=""/>
<destination table="SWLNSEWR" subtype=""/>
</rule>
<rule name="" allOriginSubtypes="True" allDestinationSubtypes="True" guid="4E2D1883-D44F-414A-A2C6-319FFAD8BCCB"
esriTopologyRuleType="22" triggerErrorEvents="False">
<origin table="SWLNSEWR" subtype=""/>
<destination table="SWLNSEWR" subtype=""/>
</rule>

 

0 Kudos
1 Reply
DanHopkins
Esri Contributor
0 Kudos