arcobjects
selecting row among duplicated ones in VBA
ArcGIS 9.3 Arcobject I wanna select one row of each duplicated SIDs in a field below. (an attribute table of a shape file)[详细]
2022-12-31 17:42 分类:问答Adding a Image Service layer to an ArcMap project with ArcObjects
I would like to add an ArcGIS Image Service programmaticaly using ArcObjects. My Image Service specs are below.[详细]
2022-12-31 16:56 分类:问答ArcObjects: Why is my StandaloneTableCount 0? (IStandaloneTableCollection)
When I do: IStandaloneTableCollection collection = (IStandaloneTableCollection)MxDoc.FocusMap Then collection.StandaloneTableCount returns 0.[详细]
2022-12-31 12:42 分类:问答How to access a grid using ArcObgect
How can I get value of each cells of grid using ArcObject? Grid was cr开发者_StackOverfloweated by Spatial Analyst -> Distance ->Straight Line[详细]
2022-12-31 10:36 分类:问答How do I get the DropDown selection from a Command Button in ArcObjects?
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.[详细]
2022-12-31 02:25 分类:问答How to Capture an OnMouseDown Event in a ArcMap Control?
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.[详细]
2022-12-30 13:32 分类:问答ArcObjects - IWorkspaceExtension and Component Category Registration
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[详细]
2022-12-29 19:08 分类:问答ArcObjects - Will the Post/Reconcile Operations Fire the IObjectClassEvents Event?
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[详细]
2022-12-29 04:03 分类:问答Serialize a FeatureClass to XML in ESRI ArcGIS
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[详细]
2022-12-28 22:40 分类:问答ArcObjects - enumerating feature classes and datasets within a geodatabase
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.[详细]
2022-12-23 20:37 分类:问答