Topology in ArcGIS Pro SDK

890
4
Jump to solution
06-07-2019 06:12 AM
TimWitt2
MVP Alum

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

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

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.

View solution in original post

4 Replies
by Anonymous User
Not applicable

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.

TimWitt2
MVP Alum

Thanks Jean, that is what I ended up doing

0 Kudos
BarbaraSchneider2
Occasional Contributor II

Hi Sean,

I haven't found any code to validate a topology. Is this not supported in the Pro SDK yet?

0 Kudos
by Anonymous User
Not applicable

Hi Barbara,

It is not available at this time. Its on the roadmap with no specific release date.