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>
Hi @JakeerMohammad,
The following link might help:
https://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#esriTopologyRuleType.htm
Regards,
Dan