Hey everybody,
is it possible to build a topology and add rules to it in ArcGIS Pro SDK? I want to create a button that will create a topology from a selected layer in the Content Pane.
Thanks,
Tim
Solved! Go to Solution.
Tim,
No its not possible at this time, the topology API within the Pro SDK hasn't been completed yet.
As a workaround you can call existing GP tools, through the Pro SDK, to create a topology, add feature classes and rules etc.
These can be called through the Geoprocessing.ExecuteToolAsync method.
Tim,
No its not possible at this time, the topology API within the Pro SDK hasn't been completed yet.
As a workaround you can call existing GP tools, through the Pro SDK, to create a topology, add feature classes and rules etc.
These can be called through the Geoprocessing.ExecuteToolAsync method.
Thanks Jean, that is what I ended up doing
Hi Sean,
I haven't found any code to validate a topology. Is this not supported in the Pro SDK yet?
Hi Barbara,
It is not available at this time. Its on the roadmap with no specific release date.