POST
|
I do something like this 'Populate the stats table with the iteration . Dim row As IRow = tTable . CreateRow Dim fields As IFields = row . Fields Dim fDate As Date = fields . FindField ( "DateCreated" ) row . Value ( fDate ) = Today row . Store ( ) ) Another method would be creating an Update SQL Query and executing that assuming that your data is in a real database and not a file geodatabase.
... View more
10-25-2019
07:13 AM
|
0
|
0
|
14
|
POST
|
If the cad drawing is done to scale then one approach I have used in the past is geo reference the cad drawing to create a world file. I have not done this years and personally have to learn how to do it every time I need it done. But to get you started.... About georeferencing CAD datasets—Help | ArcGIS for Desktop Georeferencing CAD datasets—Help | ArcGIS for Desktop Hope this give you another avenue to try? If your working in Pro ..... I found this. Georeferencing a DWG in ArcGIS Pro - YouTube
... View more
10-23-2019
08:30 AM
|
1
|
1
|
23
|
POST
|
Creating maps in Visio more effectively with MapShapes
... View more
10-02-2019
07:43 AM
|
1
|
0
|
20
|
POST
|
To make my last one easier this is an idea request which you may want to vote on..
... View more
10-02-2019
07:30 AM
|
1
|
0
|
77
|
POST
|
The only other way to get what you want that I am aware of is to use CSS styling and HTML format to force centering of super and subscripts stacked over a horizontal line. This would not be easy to implement in ArcMap. html - How to display "Classic" built-up fractions with an horizontal line in CSS / JavaScript? - Stack Overflow
... View more
10-02-2019
07:24 AM
|
0
|
0
|
77
|
POST
|
Perhaps in your label expression create an out put like this: "<sup>"& [YourNumeratorField]& "</sup>"&"/" & "<sub>" & [YourDenominatorField]&" </sub>"
... View more
10-01-2019
07:52 AM
|
2
|
2
|
77
|
POST
|
Don't know if this will be usable for you, but I have an ASP.NET/VB.NET app that uses Bing Maps API, Users can draw shapes and using this DLL can create shape files. It is not fast but it does work. Windows 10 requires some changes to your registry..... Here is a link to the DLL and sources for Window 10 changes... GitHub - rosspickard/ArcShapeFile: A C# library to read and write ESRI Shapefiles https://www.arcgis.com/home/item.html?id=a613e1282404495f8c075dd29ed057a5
... View more
09-25-2019
08:53 AM
|
0
|
0
|
100
|
POST
|
No - it is not a connection issue being discussed. Editing requires special licensing with all flavors of SQL server including express. The only way you can use express is if you are willing to overwrite your complete Feature Class/Table each and every time changes made to the data because editing is not allowed with your standard ArcGIS license. This issue here is ESRI removing various open formats that are in use with 90% of business processes like MS Access (more prevalent with smaller operations).
... View more
09-17-2019
07:16 AM
|
0
|
0
|
41
|
POST
|
Data type in excel is based on the first 8 rows of the Excel file. There are a few tricks you can use to slightly modify this behaviour. A source describing some of them: Excel in SSIS: fixing the wrong data types - Kohera
... View more
09-05-2019
07:28 AM
|
1
|
0
|
31
|
IDEA
|
Using this "Unsupport" method you can actually run the 32 bit and 64 bit side by side. For me it has been working well. How to install 64-bit Microsoft Database Drivers alongside 32-bit Microsoft Office | Search | Autodesk Knowledge Network
... View more
09-04-2019
07:13 AM
|
1
|
0
|
85
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|