|
POST
|
Roy, As far as ArcGIS Pro is concerned, this is a read-only datasource. ArcGIS itself won't write anything into the datasource. Now if you want to add interfaces/methods that allow you to write data into your "datastore", and call those methods from your own code, you are of course free to do so. ArcGIS Pro treats it as a "black box". What you want to do inside that black box is completely up to you. --Rich
... View more
07-15-2020
02:02 PM
|
1
|
2
|
1215
|
|
POST
|
Hi Benjamin, It seems like SubFields should be populated for the symbology cases. Is that an oversight (or are we missing something/misunderstanding)? Are you saying that when you redraw the map, your implementation of PluginTableTemplate.Search(QueryFilter) gets called, and the QueryFilter.Subfields property is set to null? --Rich
... View more
07-13-2020
04:47 PM
|
0
|
6
|
3733
|
|
POST
|
It was worth trying. Hopefully someone from Geoprocessing can provide a better answer. Sorry about Table.GetPath(). I had forgotten when we added it- you should see it later this summer in Pro 2.6. --Rich
... View more
07-09-2020
10:02 AM
|
0
|
1
|
3671
|
|
POST
|
Hi Marcus, I'm not a geoprocessing expert, but I would try this: var args = Geoprocessing.MakeValueArray(
geodatabase.GetPath(),
GetTempoLayerNameFromFClassName(tableName),
templateTable.GetPath(),
null
); --Rich
... View more
07-09-2020
08:18 AM
|
0
|
3
|
3671
|
|
POST
|
DDL (data definition language) operations are not natively supported in the Pro SDK. You need to use the geoprocessing routines to run the "Delete" tool to delete the dataset. I hope this helps, --Rich
... View more
07-06-2020
07:33 PM
|
0
|
0
|
3364
|
|
POST
|
It looks like calling Guid.NewGuid() generates a global ID without braces around it. Try this instead: rowBuffer["GUIDField"] = "{" + Guid.NewGuid().ToString() + "}"; --Rich
... View more
07-06-2020
05:20 PM
|
0
|
0
|
2511
|
|
POST
|
You can create an MMPK with data *from* a utility network (e.g., the lines, poles, devices, pipes, etc.), but you cannot yet include the network itself in a MMPK. --Rich
... View more
06-26-2020
12:34 PM
|
0
|
0
|
4224
|
|
POST
|
Hi Mike, This is currently an internal development project at Esri. It will likely be released over a series of releases- we'll have support for viewing associations before full tracing support is enabled. We're hoping to release the first pieces of this next year, but I cannot make any release commitments at this time. Just to clarify, are you looking for MMPK support (read-only maps exported from ArcGIS Pro and side-loaded onto a device) or offline sync (read-write maps with sync between a mobile device and the server)? --Rich
... View more
06-26-2020
11:25 AM
|
1
|
3
|
4224
|
|
POST
|
That's a relief to hear! You had me questioning my sanity for a few minutes. 🙂 --Rich
... View more
06-25-2020
12:51 PM
|
0
|
0
|
6960
|
|
POST
|
Brian, The only IPolyline6 that I am aware of comes from the ArcObjects SDK. This is a Pro SDK program, right? If so, you should access the `Feature.GetShape()` method and then try casting that to an ArcGIS.Core.Geometry.Polyline feature. --Rich
... View more
06-25-2020
11:22 AM
|
2
|
2
|
6960
|
|
POST
|
Adding DDL (data definition language) operations such as creating domains is on our long-term roadmap for the Pro SDK. For now, using Geoprocessing is the only technique to do this. I would post in that group to figure out why you are sometimes getting errors. --Rich
... View more
06-23-2020
09:17 AM
|
0
|
1
|
1492
|
|
POST
|
No, this isn't possible with the Pro SDK. The best you could do is check to see if the feature class design meets your requirements. --Rich
... View more
06-15-2020
08:13 AM
|
0
|
1
|
1215
|
|
POST
|
Do you need to delete and recreate the table, or just clear it out? If deleting all the records is acceptable, you could try Table.DeleteRows(). If you pass in a default QueryFilter, this deletes all the rows in the table. Alternatively, you could use the Truncate geoprocessing tool. --Rich
... View more
06-11-2020
01:45 PM
|
0
|
1
|
1045
|
|
POST
|
An overview on how to edit geodatabase data can be found here. --Rich
... View more
06-03-2020
11:51 AM
|
0
|
1
|
1187
|
|
POST
|
The Pro SDK doesn't support creating spatial joins. Using geoprocessing/Python here remains your best bet. --Rich
... View more
06-03-2020
08:25 AM
|
0
|
0
|
6000
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-13-2024 11:22 AM | |
| 2 | 01-29-2026 09:34 AM | |
| 2 | 01-28-2026 08:20 AM | |
| 1 | 12-10-2025 09:15 AM | |
| 2 | 11-30-2025 12:23 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|