locators not showing up in IWorkspace.get_Datasets
I have a locator in a sde versioned geodatabase. When I call IWorkspace.get_Datasets(esriDatasetType.esriDTLocator), I don't get the locator. Shouldn't locators show up using this interface? I hope to...
View ArticleCan't sort String fields in Attribute table
I have this very annoying problem with an ArcMap extension in the attribute table, every column of type String cannot be sorted at all. Initially, I thought the problem was only affecting DateTimes...
View ArticleIDocumentPreview.CreatePreview no longer works in ArcMap 10.1?
Since upgrading to ArcMap 10.1 (SP1), the methods IDocumentPreview.CreatePreview and IDocumentPreview.DeletePreview no longer seem to work. Below is a bit of code that worked in ArcMap 10.0, but does...
View ArticleArcMap Identify tool events
Hi, I am developing an ArcMap Add-in using Java SDK, and I am looking for the following functionality; When I click a feature on the map using the Identify tool, I will see all the features on the...
View ArticleIs there any way to tell if a map document is dirty?
I can set or clear the dirty flag on a document through the IDocumentDirty interface. But where can I read the dirty flag? I want to show a custom dialog prompting the user to save their map (before...
View ArticleEsri Customer Care Portal
If you have access to the Esri Customer Care Portal: https://customers.esri.com Then change the version to "All releases" and check to see if you see anything new.
View Articlehow to copy a feature class from sde to file geodatabase
I need to copy a feature class that participates in a geometric network from SDE into a file geodatabase. I do not want the objects related to the feature class to be copied. I also don't want to copy...
View ArticleArcGIS SOE on WMX Service
Can somebody help on SOE for Workflow Manager Service at the following path http://forums.arcgis.com/threads/85372-ArcGIS-SOE-on-WMX-Service
View ArticleRe: Insert feature causes Out of memory exception
Here is part 2: Code: Â Â Â Â private static IFeatureClass GetFeatureClass(string GDBFilename, string Dataset, ISpatialReference DatasetSpatialReference) Â Â Â Â { Â Â Â Â Â Â IWorkspaceFactory wsf =...
View ArticleDevelopment starting point
Hello, I am trying to learn about ArcGIS in an effort to use it inside an application I am building. It simply needs to allow for the placing of "sensors", the drawing of polygons, and importing highly...
View ArticleArcMap Identify tool events
Hi, I am developing an ArcMap Add-in using Java SDK, and I am looking for the following functionality; When I click a feature on the map using the Identify tool, I will see all the features on the...
View ArticleAccess addin version information in arcobjects
Is there a way to access the addin version information like version number and description found in the esriaddinx file in the addin itself? I'd like to use that information as a watermark on my...
View ArticleEvent : after loading map serive layer
Hi All, I have added online map service(Eg. World Street Map) into ArcMap using ArcObject API. I am trying to implement zoom to location programmatically on the layer.Some time layer will take more...
View ArticleLoading an extension-related mxd by double clicking it
Hi, I am currently working in a company offering GIS solutions, and using ArcGIS tools on a daily basis. One of their main products is an ArcMap extension, which I am assigned on to correct some...
View ArticleDeprecation plans for 10.1 and 10.2
Just an FYI in case you have not see this recent article: http://support.esri.com/en/knowledge...s/detail/41175 http://downloads2.esri.com/support/T...NAL_050713.pdf
View ArticleXMl tranformation using XLS in c#.net
Hi, I am new to ArcGIS, I convert our application from version 9 to version 10 in this I'm doing view metadata for the layers in version 9 when Right click on the layer the model dialog for metadata we...
View Articleconvert decimal degree to km or meters
Hi. Sorry for my bad English. Can I convert length direct line fragment from decimal degree to km or meters I tried used IUnitConverter, but in ConvertUnits method, does not provide information about...
View ArticleSnapping not working when changing from NAD83(decimal degree) to UTM 11N(meters)
I've used the following ESRI snippet to Convert the display extents in Pixels (at the current map scale) and then return out the map units. Code: public System.Double...
View Articlelocators not showing up in IWorkspace.get_Datasets
I have a locator in a sde versioned geodatabase. When I call IWorkspace.get_Datasets(esriDatasetType.esriDTLocator), I don't get the locator. Shouldn't locators show up using this interface? I hope to...
View ArticleCan't sort String fields in Attribute table
I have this very annoying problem with an ArcMap extension in the attribute table, every column of type String cannot be sorted at all. Initially, I thought the problem was only affecting DateTimes...
View Article