Community
Civil 3D Customization
Welcome to Autodesk’s AutoCAD Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D Customization topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Survey Points

6 REPLIES 6
Reply
Message 1 of 7
Civil3DReminders_com
692 Views, 6 Replies

Survey Points

I'm looking to change an elevation of a survey point within a drawing. I can see where it is possible to manually unlock the points from the Survey Database to allow the user to edit the point. I'm not seeing a method or property in the API Help for 2013 to do the unlocking with code. Is this possible?

 

Also is it possible to convert a Survey Point to a regular Cogo Point through the code? Or do I have to delte the point and then recreate it as a COGO point? I think this will be my work around if the above doesn't work.


Thanks,

 

Christopher

Civil Reminders
http://blog.civil3dreminders.com/
http://www.CivilReminders.com/
Alumni
6 REPLIES 6
Message 2 of 7

The best way to change the elevation of a survey point is via the survey command language. Go to your survey toolspace and right click on you survey network.  Then select survey command.

 

 The command is MOD EL (point number) (elevation) such as MOD EL 100 6.453

 

Nicholas, Messina Jr., PSM
Message 3 of 7

Hi Chris,

 

At the moment very limited Survey features are exposed through .NET API and I don't see any API which can unlock and let you update properties of a Survey Point. Looking into COM API help, I find we can access / read the elevation; IAeccSurveyPoint:: Elevation Property -> Gets the elevation value of the Point.

 

We can use IAeccSurveyNetwork:: AddPointsToDrawing Method which Adds the Points in the Network to the drawing, but it seems adding all the points in a specific network.


Thanks,



Partha Sarkar
Developer Technical Services
Autodesk Developer Network

Message 4 of 7

One can also access the point information as a CogoPoint, but if the point is a survey point the point changing the elevation doesn't work.

 

Thanks,

 

Christopher

Civil Reminders
http://blog.civil3dreminders.com/
http://www.CivilReminders.com/
Alumni
Message 5 of 7

Did you try the suggestion made by Nicholas on using the survey command language and the MOD EL command ? I can log a wish list for this feature in .NET API when we expose the Survey functionalities in the coming days.

 

Thanks,



Partha Sarkar
Developer Technical Services
Autodesk Developer Network

Message 6 of 7

No, I'm not looking for a UI solution to the problem. This isn't a mission critical feature. It just would have been nice if the user could modify the data for the cross sections and then if they needed to start over have the changes they made to the profiles reflected in the original survey points. I'm not really interested in going all the way back into the survey database to make sure it's open and set to the correct database. It would be nice if the point had the information and the API went back and did most of the work. 

 

Christopher

Civil Reminders
http://blog.civil3dreminders.com/
http://www.CivilReminders.com/
Alumni
Message 7 of 7
Jeff_M
in reply to: Partha.Sarkar


@Partha.Sarkar wrote (on Sept. 5, 2012😞

I can log a wish list for this feature in .NET API when we expose the Survey functionalities in the coming days.

 


And here we are, 2920 days since that post by Partha and still no .NET API for the Survey Projects/Networks  @TimYarris @dsimeone 

 

With the move to a SQLite database in C3D 2020 I'm able to make edits to points (only interested in those networks where the points are imported from text or dwg files). However, I'm seeing some strange things occur. For instance, when the Database is on a network server, C3D crashes as soon as the command to edit the points ends. Working on a local database, no crash. Other times, the edited point is moved to a new location, but the coordinates on the Survey tab are mismatched depending on where they are viewed (the graph at the bottom or in the treeview). All edits are done with the Survey database closed, then it is re-opened after the edits are complete and the SQLiteConnection is closed.

Jeff_M, also a frequent Swamper
EESignature

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


Autodesk Design & Make Report