If a layer was defined using ArcGIS Desktop, you must import the layer's definition to the ArcGIS Pro layer format before you can create a new layer with that definition. You are notified if a property of the layer cannot be imported successfully or if the data referenced by the layer is...
From the interactive Python window in ArcGIS Pro, the following code works for me, i.e., adds a feature class as a new layer in an open map window: import arcpy fc = # path to feature class p = arcpy.mp.ArcGISProject("CURRENT") map = p.listMaps()[0] map.addDataFromP...
Click Start Debugging to run your project, which will launch ArcGIS Pro. Open the FeatureTest.aprx project. In the map view, find the layer named TestPoints. Add a new integer attribute named Symbol to this layer and then calculate its values to match the values in the ObjectID attribut...
ArcGIS Pro 3.5| |Help archive Summary Adds a new field to a table or the table of a feature class or feature layer, as well as to rasters with attribute tables. Usage Caution: This tool modifies the input data. SeeTools that modify or update the input datafor more information and strat...
@JimW You can do this currently using the ArcGIS API for Python. That allows you to target a specific layer within a hosted feature layer collection when working with data updates, using things like truncate and edit_features to do an 'overwrite'. But it would be nice to have it ...
private ArcGISFeature newFeature; private ContingentValuesDefinition contingentValuesDefinition; private FeatureLayer featureLayer; private Graphic graphic; private Geodatabase geodatabase; private GeodatabaseFeatureTable geodatabaseFeatureTable; private GraphicsOverlay graphicsOverlay; private final SimpleBooleanPropert...
arcpy.cartography.AddRepresentation(in_features, representation_name, {rule_id_field_name}, {override_field_name}, {geometry_editing_option}, {import_rule_layer}, {assign_rule_id_option}) Parameter Explanation Data Type in_features The input geodatabase feature class to which a new feature clas...
Double-click the feature service in the Portal tab of the Catalog pane in ArcGIS Pro, and add the hosted feature layers to the model. The hosted feature layers are displayed in the Input Datasets drop-down arrow as shown in the image below....
To create a tile package or a scene layer package, you can use ArcMap or ArcGIS Pro. Services You can provide the URL of a service, a portal item, or a file to access the data. Supported services include the following: ArcGIS Server web services Map service Image service Feature servic...
Sign in to ArcGIS Online and click Add Item > Publish as Hosted Layer to upload the .slpk file. Follow the steps in the Add a scenario visualization section above to add the layer to a project in Urban. Add 3D content using ArcGIS Pro You can also add 3D data to ArcGIS Urban using ...