|
POST
|
Hello Derek, Thanks for already installing 430! User permissions is not something within ArcGIS for AutoCAD causing this behavior. AFA just passes this login information the user enters to the ArcGIS Organization as needed. When the user is on the Add Data UI and signed in what can they see when they select "My Organization" under the ArcGIS Organization? If the user does not own any content the user will not have any layers listed on the "My Content" tab. What can this particular user see as far as content when they are signed-in to this ArcGIS Enterprise using a browser?
... View more
01-22-2024
04:58 AM
|
0
|
6
|
2239
|
|
BLOG
|
New functionality Support for the creation and editing of branch versions of web feature layers. Support for the setting and applying of coordinate system datum transformations. User interface changes Reorganization of the context menus in the Esri Contents pane including support branch versions on web feature layers. New Branch Versions and Create Branch Version user interfaces to switch between and create new versions on web feature layers that support branch versioning. New ArcGIS for AutoCAD AutoLISP functions and commands Esri_BranchVersion | AutoLISP Command to create or switch between web feature layer branch versions. esri_webfeaturelayer_createBranch | AutoLISP function to create a web feature layer branch version. esri_webfeaturelayer_branchNames | AutoLISP function to get the branch version names from a supported web feature layer. esri_webfeaturelayer_branchInfo | AutoLISP function to get the branch version information from a version of a supported web feature layer. esri_webfeaturelayer_hasWebUpdates | AutoLISP function to identify whether or not the specified web feature layer has server side updates within the project area. esri_coordsys_DatumTransformations_set | AutoLISP function to set a datum transformation in the drawing. esri_coordsys_DatumTransformations_remove | AutoLISP function to remove a datum transformation definition from the drawing. esri_coordsys_DatumTransformations | AutoLISP function that returns a list of all of the datum transformation definitions within the drawing.
... View more
01-11-2024
10:36 AM
|
4
|
0
|
1204
|
|
POST
|
Hey @yigalm, I believe what you are after can be accomplished by chaining a few AutoLISP functions together. To extract the object data value(s) use these Map3D LISP functions. Then use this AFA AutoLISP function to set the AFA attributes from the values returned from above: You can also submit ideas you have for AFA at ArcGIS for AutoCAD Ideas. Kind regards, Dan
... View more
01-03-2024
08:45 AM
|
1
|
0
|
3710
|
|
POST
|
Hello @yigalm, You can also take advantage of these Object Data Tables (ODT) in AutoCAD Civil 3D too. However, ArcGIS Pro nor the ArcGIS for AutoCAD (AFA) sharing process does not read these ODTs. I do see your drawing already contains an AFA Document Feature Layer (DFL) which is a great start. A DFL is AFA bridging the gap between CAD and GIS natively in the drawing file. With that "Area" DFL you can create most any type of data field needed. I see you are calling a date field with the ODT you have. So the Area DFL should have a field of Date/Time. Now when you open the drawing in ArcGIS Pro and or share the drawing layers with ArcGIS Online and or ArcGIS Enterprise your ODT details are part of the DFL field and will therefore be part of the layer. Kind regards, Dan
... View more
01-02-2024
01:21 PM
|
0
|
2
|
3719
|
|
POST
|
Hello @Y_Chau, I do not recall ever seeing this behavior before. Would you be able to submit an Esri Technical Support case so an Analyst can look at this with you? We also might need to test the actual data so a support case would be best here. Please submit the case to the Enterprise-Extensions (EXT) team. Kind regards, Dan
... View more
01-02-2024
11:14 AM
|
1
|
0
|
1497
|
|
POST
|
Hello John, Would you be able to submit an Esri Technical Support case so an Analyst can look at this with you? We also might need to test the actual data so a support case would be best here. When you create the case please provide screen captures from this layers REST endpoint of its "Type ID Field:", "Fields:" and "Types:" to get us started please? Please submit the case to the Enterprise-Extensions (EXT) team. Kind regards, Dan
... View more
01-02-2024
11:08 AM
|
0
|
0
|
1053
|
|
POST
|
Hello Liesl, I am glad you are first going to install the latest version, 420, as it would have been my first recommendation. As in my post above for ArcGIS for AutoCAD the organizational URL should be in the form of https://webadaptorhost.domain.com/webadaptorname Let us know how it goes with 420.
... View more
12-05-2023
04:16 AM
|
0
|
2
|
2420
|
|
BLOG
|
Hey Telma, Apologies for the download issues with ArcGIS for AutoCAD. The web page has been fixed and you should now be able to fill out the form to download the EXE file for installing the product. We appreciate your patients!
... View more
11-22-2023
08:01 AM
|
1
|
0
|
794
|
|
POST
|
Hello, I am guessing you are using IWA or SAML as the ArcGIS Enterprise identity. Therefore you cannot using the port number as part of the URL. You must use the URL form I provided earlier. Otherwise, while using the port number will add the organizations URL to Manager you will not be able to sign-in. I think the best course of action beyond this will be a call/email to Esri Technical Support. They will be able to assist with determining the correct URL for your organization and that the deployment is in a supported state.
... View more
11-17-2023
06:06 AM
|
0
|
0
|
3566
|
|
POST
|
Hello, Reviewing the other post where you try to create a connection to the Portal for ArcGIS admin site I would not recommend this administrative URL be used with any client. The Portal administrative URL should be used in a standalone browser session. For ArcGIS for AutoCAD the organizational URL should be in the form of https://webadaptorhost.domain.com/webadaptorname
... View more
11-17-2023
05:39 AM
|
0
|
2
|
3574
|
|
IDEA
|
Hey Henry, Yes, the rotation and angle field is automatically applied through the use of apply symbol. The documentation page is here.
... View more
11-03-2023
01:02 PM
|
0
|
0
|
1879
|
|
IDEA
|
Hello Henry, We actually take advantage of a Rotation or Angle field for blocks from the attribute field so the blocks are automatically rotated based on the double data type within the field. Doing the same thing for labels is an interesting idea. If the feature you are labeling has a rotation value then we can apply that to the label. I have set this to "Under Consideration."
... View more
11-02-2023
12:40 PM
|
0
|
0
|
1897
|
|
POST
|
Hello Henry, We appreciate you bringing this to our attention. We will need to update the online documentation to make this clearer. When searching Strings we need to enclose the string portion with single quotes. For the drawing name example: (setq test (esri_featurelayer_select "STREETLIGHTS" "" (list (cons "ATTRIBUTEQUERY" "dwgname = 'Streetlight_Detail_CLEAN.dwg'")))) For the block name example: (setq test (esri_featurelayer_select "streetlights" "" (list (cons "ATTRIBUTEQUERY" "blockname = 'AR.121'")))) The objectID works as is because this is number based. I have a field for a pole diameter and it works the same: (setq myblock (esri_featurelayer_select "streetlights" "" (list (cons "ATTRIBUTEQUERY" "PoleDiameter = 50")))) Thank you for using ArcGIS for AutoCAD!
... View more
11-01-2023
06:33 AM
|
1
|
1
|
1163
|
|
POST
|
Hello Steve, Based on my understanding of your request a few things come to mind. You can use the Select features by attributes tool which is just like the tool in ArcGIS Pro. Now this tool only allows the user to select features of a given "query". Since you want to display certain features based on this work order number I think what we want here is to add the feature layer based on a query. This is going to work as long as the work order number is a field in the attribute table of the layer. There are two ways to do this. The first is through the AutoLISP function esri_webfeaturelayer_add (AutoLISP). This function takes the REST endpoint URL or the URL with the portal ItemID as well as a definition query as arguments so that only features matching the query are added to the drawing. If you would rather perform this task using a dialog then you can do the same with the up and coming update to the "Add data by URL" dialog. If you want to "ask" the CAD user what the work order is then I suspect you will prefer the AutoLISP method and you can ask the user for the URL as well and have the programmatic aspect you are looking for. Thanks for using ArcGIS for AutoCAD!
... View more
10-06-2023
09:31 AM
|
1
|
0
|
971
|
|
POST
|
Hello Kara, Apologies on the delayed response. I understand you are working with CAD data however, I believe from the information provided there is a filter or setting in this self deployed web application that is misfiring on the feature layer. I am not sure how we can move your topic to another community section, like ArcGIS Online to start, but another suggestion might be to contact Esri Technical Support for assistance here too.
... View more
08-17-2023
01:30 PM
|
0
|
0
|
1479
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 11-06-2025 11:14 AM | |
| 1 | 03-10-2025 01:49 PM | |
| 1 | 11-18-2024 08:00 AM | |
| 2 | 08-30-2024 06:38 AM | |
| 1 | 08-08-2024 05:57 AM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|