Quantcast
Channel: Forums - ArcObjects SDKs
Browsing all 1374 articles
Browse latest View live
↧

Import Legend Style from Existing Layer to New One

Hi, I have an AddIn that creates multiple layers of selected features and then turns off the original layers. I would like to take the Legend Style of the original layer and apply it to the new layers...

View Article


Rasterized polygon element cannot be transparent.

Is there a way to make a rasterized polygon element transparent? Here is my code: CbsColor cbshbColor = base.FillColor; if (this.Selected) { cbshbColor = CbsGeometry.SelectionColor; } IRgbColor color =...

View Article


Need help with ArcGIS developer tools in Visual Studio

Hi, i need help with ArcMap developer tools. I'm trying to make an ArcMap command with Visual Studio 2010 in C# which deletes selected (could be all) points from point set. I believe it should be a...

View Article

Binding file geodatabase to VB control

Hi all, I'm writing a custom search tool and I'd like to be binding a File Geodatabase Feature Class to a datagridview, a table to listboxes and possibly other combinations of database objects and form...

View Article

Copying point location into new feature class

Hello; I am trying to grab point features from an existing point layer (feature class), and add a new point feature into a different feature class at that location (based on irrelevant criterion). What...

View Article


Geoprocessing SDE Feature Classes

I'm trying to append two SDE feature classes together. I've been able to piece together the following code with no luck. My geoprocessor appears to be failing I believe because my feature classes are...

View Article

Web Site not displaying Map Control (WebADF, VS 2008 c#)

Hi all I'm trying to develop an extranet GIS application web site for my client using the WebADF tools in VS2008 C#. Everything is installed on a stand-alone box (Server 2003). When I add a Map...

View Article

Spatial query on 3d datasets.

Hi All, Does spatial query in ArcGIS ignore the 3rd dimension (z value) or not? For example, if I specify "SatialRel" of the Spatial Filter as esriSpatialRelEnum.esriSpatialRelIntersects, only...

View Article


Map Registration( Geo referencing and Projection) Tool.

Hi All, I have requirement in my project to support GIS as a component in a customized application (not related to ArcMap, Catalog or desktop). Hence I will be needed to provide all the basic GIS...

View Article


ArcObjects Web Viewer And Oracle Application Express (App Ex) - website...

All, I have an architecture question that needs some clarification. I have a client who has expressed interest in building a combined ArcObjects based web map viewer in a website that is built in...

View Article

How to improve the rendering efficiency in ArcGIS Engine?

Hi all, I'm in a development project by using VS2010(C#) + AE10.0, one of the basic functions is reading data from a fileGDB and displaying in MapControl. There are Representations in each...

View Article

Form always on top behavior - vb.net

Hi all, I'm programming an addin with a form and I'd like the form stay on top of ArcMap. The always on top property of the form makes it always on top of every window I have open. I'd like it to...

View Article

FeatureClassName error

I'm using ArcObjects with .NET, and have ArcGIS Desktop 10 SP 4 installed. In my code I have the following line:IFeatureClassName outFeatureClassName = (IFeatureClassName)new FeatureClassName();When I...

View Article


ArcObject Dialog Box

Can anyone tell me where the ArcObjects scripts on ESRI are. I am programming a dialog box in Visual Basic (ArcObjects) and I was trying to find some sample scripts to use for the combo boxes and such....

View Article

Combo boxes

Where do you state your list for people to choose from in your drop down list. What place in the properties box?

View Article


geoprocessing tool execution problem

Hello, I try to make a new polygon with polygon and polyline, using Feature to Polygon tool. fcBoundary is polygon IFeatureClass, and fcPairline is polyline IFeatureClass. Below code does not work....

View Article

How to display font with UTF-8 coding charset in MapControl (C#) ?

Hi, I can display Unicode font without error. But, I got font error when trying to use UTF-8 font. Are there anyone know how to fix it ? I used below statements to set font: Code: IFontDisp pFont = new...

View Article


Zoom to coordinates taken from attribute table

Hi All, Does anyone have a C# program to zoom to a specific co-ordinate within Arcgis Engine application. I am looking to enter co-ordinates in a form or input box, and to then zoom to that point.....

View Article

Code for Path to Folder

How do you path to a folder in ArcObjects? For Example : If cbostations = "Annual" then K:\TASS and so on.

View Article

"No GUI components found in this Add-In" Error on every add-in I build

Hey everyone, I have tried building several Add-Ins for Arcmap (10) in VS10 (VB.NET), however every one I build shows this error when I go to add it to ArcMap - 'No GUI components found in this...

View Article
Browsing all 1374 articles
Browse latest View live