hello, is there a way how to get the instructions from http://www.redtrails.com/blog/?p=878#comment-5 ? Cause this link is no more online... Can u pls describe the process how to use arcpy in VS? Thank. mb.
can you help me with the link? is out
i have VS 2013 and i want to configurate for do my py applications from here and connect with Arcgis.
what i need to do, the python env is set, but "import arcpy" doesnt work ![]()
now it's working! ![]()
Sebastian (or anybody else!),
Could you describe what you did to enable full Intellisense support?
In the following sample code from the ArcGIS help system, adding a dot after df shows "No Completions" instead of the properties and functions of dataframes.
Thanks
import arcpy
mxd = arcpy.mapping.MapDocument(r"C:\Project\Project.mxd")
for df in arcpy.mapping.ListDataFrames(mxd, "t*"😞
if df.name.lower == "transportation":
df.scale = 24000
df.rotation = 5.5
mxd.saveACopy(r"C:\Project\Project2.mxd")
del mxd