POST
|
Me neither. One of my users did inspections for around 30 locations and he totally took around 1500 photos. These photos make the huge size *.geodatabase. When I developed this WPF application, I didn't expect that some people liked taking photos that much . All photos my users took are JPG format. Saili
... View more
4 weeks ago
|
0
|
0
|
74
|
POST
|
Sorry for the late reply. No, I didn't. I am wondering how you ' Create Replica '? You used ArcMap, Pro or Code?
... View more
11-16-2020
12:28 PM
|
0
|
0
|
177
|
POST
|
Hi Joe, Thanks for your reply! Your method is perfect and makes sense to me! I am using a stupid way to realize it, but it works. I know that it is not good to do something on global ID field. I am going to use your method! Thank you so much for your help! var relatedFeat = relatedTable.CreateFeature(); relatedFeat .SetAttributeValue( relatedFeat .FeatureTable.GetField("REL_GLOBALID"), parentfeat.GetAttributeValue( parentfeat .FeatureTable.GetField("GLOBALID"))); await relatedT able .AddFeatureAsync( relatedFeat );
... View more
09-29-2020
08:09 AM
|
0
|
0
|
66
|
Online Status |
Offline
|
Date Last Visited |
4 weeks ago
|