POST
|
Thank you for your help, Gintautas. I tried another way to settle the problem. I set "MapView.Active.DrawingPaused = true; "before running GP and "MapView.Active.DrawingPaused = false;" after. That will cause the map rendering suspended and avoid refreshing many times. I think that's an proper way considering current situation. There are still many inconvenience for those who are familiar with ArcObjects but try to use Pro SDK. Sorry for the delay! Dominic
... View more
01-30-2019
09:03 AM
|
1
|
0
|
21
|
POST
|
Hi, I create the virtual relationship class to join a FeatureClass and external table (.dbf file) through ESRI's guide. However, I can't find a way to remove the join that are created with the virtual relationship class. I know we can use GP tool "Remove Join" to achieve that. But that will cause refresh of the map. Is there any method that could remove the join without using Geoprocessing? Thank you very much!
... View more
09-21-2018
02:47 PM
|
0
|
0
|
65
|
POST
|
Hi Dominic The marker used to create the point symbol is stored inside the point symbol as a symbol layer. You could get it like this: var pointSymbol = SymbolFactory . Instance . ConstructPointSymbol ( ColorFactory . Instance . GreenRGB , 10.0 , SimpleMarkerStyle . Diamond ) ; var marker = pointSymbol . SymbolLayers [ 0 ] as CIMVectorMarker ; Thanks Uma
... View more
08-31-2018
12:54 PM
|
0
|
0
|
12
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|