|
POST
|
Has the user 'arcgis' privileges ntfs open file test.xls ?
... View more
01-28-2015
09:35 AM
|
0
|
5
|
2136
|
|
POST
|
VS2013 is supported from 10.3 ArcObjects SDK 10.3 system requirements—Help | ArcGIS for Desktop
... View more
01-28-2015
08:45 AM
|
0
|
0
|
664
|
|
POST
|
BUG-000083717 - In ArcMap 10.3.0.4206, exporting a map as a PDF under certain regional settings will throw an error and fail to print labels. The bug lists the following language affected so far: Lithuanian (Lithuania) Polish (Poland) French (France) Dutch (Netherlands) Czech (Czech Republic) Italian (Italy) Norwegian (Norway) There is a note with the bug that mentions that changing the decimal symbol to '.' in regional settings and then exporting the pdf from ArcMap works fine.
... View more
01-28-2015
03:01 AM
|
1
|
9
|
4880
|
|
POST
|
Excuse me but before I have seen old help because now schematic has changed ( ArcObjects Help for .NET developers ). See these snippets: http://www.arcgis.com/home/item.html?id=a8be26357b944dfdbbd69a55818dcc88
... View more
01-27-2015
10:42 AM
|
0
|
1
|
3471
|
|
POST
|
You can get SchematicDataset and then alter spatial reference
... View more
01-27-2015
06:28 AM
|
0
|
5
|
3471
|
|
POST
|
see IGeoDatasetSchemaEdit ArcObjects Help for .NET developers
... View more
01-27-2015
02:58 AM
|
0
|
7
|
3471
|
|
POST
|
SchematicDiagramClass implements IGeoDataset ArcObjects Help for .NET developers that has SpatialReference ArcObjects Help for .NET developers
... View more
01-27-2015
02:39 AM
|
0
|
9
|
3471
|
|
POST
|
try see IRasterDefaultsEnv9 Interface (ArcObjects .NET 10.1 SDK) IRasterDefaultsEnv1..9
... View more
01-26-2015
07:59 AM
|
1
|
0
|
1338
|
|
POST
|
for example for cad: //Set CadSettings to a new CadWorkspaceFactory.
ESRI.ArcGIS.DataSourcesFile.ICadSettings pCadSettings = new
ESRI.ArcGIS.DataSourcesFile.CadWorkspaceFactory()as
ESRI.ArcGIS.DataSourcesFile.ICadSettings;
//Enable support to examine all files for DGN format.
pCadSettings.EnableAllDgnFileExtensions = true;
//Print the results to the console.
Console.WriteLine("EnableAllDgnFileExtensions = {0}",
pCadSettings.EnableAllDgnFileExtensions); or for example hardware acceleration (IGlobalScreenDisplaySettings ) : ArcObjects Help for .NET developers see Interface *Settings What's the setting that you need change?
... View more
01-26-2015
07:17 AM
|
0
|
1
|
1338
|
|
POST
|
Create a project in VS (install sdk arcobjects for .net) //Connect to geodatabase
// For example, path = @"C:\myData\myfGDB.gdb".
public static IWorkspace FileGdbWorkspaceFromPath(String path)
{
Type factoryType = Type.GetTypeFromProgID("esriDataSourcesGDB.FileGDBWorkspaceFactory");
IWorkspaceFactory workspaceFactory = (IWorkspaceFactory)Activator.CreateInstance(factoryType);
return workspaceFactory.OpenFromFile(path, 0);
}
//open table
IFeatureWorkspace featureWorkspace = (IFeatureWorkspace)workspace;
ITable table= featureWorkspace.OpenTable("YourTable");
... View more
01-23-2015
12:04 PM
|
2
|
0
|
4090
|
|
POST
|
IWorkspaceFactory2 wsf = new FileGDBWorkspaceFactoryClass() as IWorkspaceFactory2;
if (wsf.IsWorkspace(fileGdb))
{
ws = wsf.OpenFromFile(fileGdb, 0);
}
... View more
01-13-2015
03:47 AM
|
0
|
0
|
1218
|
|
POST
|
For example in regional settings ITA you have this problem. This happens if you have fonts in layout but also if you have a basemap because it has the copyright (fonts..) or if you have label or annotation (level of map). A workaround If you haven't basemap with copyright and label and annotation (level of map) you can select all textbox and set in object graphics: 35095 - Convert EPS, PDF, and AI text to graphic objects while exporting
... View more
01-08-2015
08:46 AM
|
0
|
0
|
4880
|
|
POST
|
this isn't js 3d Esri but you can fun with webgl 3d framework. I have made a very easy test sample with leaftlet/webgl. here you can see my test with service area from gp: >WebGL Earth + ArcGIS Online Tiles - Service Area Task
... View more
11-07-2014
02:08 AM
|
0
|
0
|
2637
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2024 11:20 AM | |
| 1 | 05-25-2017 10:11 AM | |
| 1 | 06-20-2023 12:09 AM | |
| 1 | 10-14-2022 05:14 AM | |
| 1 | 06-14-2023 02:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-18-2026
04:12 AM
|