Currently my HEIGHTAGL_Meters field is populated with values in feet. I'm trying to incorporate the below into a longer string of code but it fails when I add it in. I'm pretty sure it's how I have [HEIGHTAGL_Meters]/ 3.2808399", "VB" written, but I'm not sure. Any help would be appreciated.arcpy.CalculateField_management(PointFeatures, "HEIGHTAGL_Meters", "[HEIGHTAGL_Meters]/ 3.2808399", "VB")