ArcGIS 9.3 Arcobject I wanna select one row of each duplicated SIDs in a field below. (an attribute table of a shape file)
I would like to add an ArcGIS Image Service programmaticaly using ArcObjects. My Image Service specs are below.
When I do: IStandaloneTableCollection collection = (IStandaloneTableCollection)MxDoc.FocusMap Then collection.StandaloneTableCount returns 0.
How can I get value of each cells of grid using ArcObject? Grid was cr开发者_StackOverfloweated by Spatial Analyst -> Distance ->Straight Line
I have a dropdo开发者_StackOverflow中文版wn and a Icommand button in the same toolbar in ArcMap.I can\'t seem to get access to the dropdowns selection when I am using the command button.
I have a Control in ArcMap in which I created with buttons, A Listbox and some more buttons.I want to add coordinate items to the list box.
I have coded an implementation of IWorkspaceExtension (along with IWorkspaceExtensionControl, which declares the Init method), and registered it in the ESRI Geodatabase Workspace Extensions Component
Just wo开发者_JAVA百科ndering if anyone had experience with this before I go down that rabbit hole...I\'ve never confirmed, but I don\'t think it would.If it does then maybe use IVersionEvents2to let
How can I s开发者_运维技巧erialize an IFeatureClass object to XML? There are some resources for using IXMLSerializer on other ArcObjects, but that won\'t work for IFeatureClass because it doesn\'t i
I\'m trying to enumerate the contents (feature classes and feature datasets, 开发者_JAVA技巧not interested in tables, etc) of a file geodatabase using vba/arcobjects.