Having a hard time finding .net c# examples for Map. Right now I need to perform an alter property querry on shape file polylines to raise them to the elevation" field, but also looking for any resources related to the .net API with MAP (examples, documentation, etc). Can't seem to find many.
Thanks a bunch!
Solved! Go to Solution.
Having a hard time finding .net c# examples for Map. Right now I need to perform an alter property querry on shape file polylines to raise them to the elevation" field, but also looking for any resources related to the .net API with MAP (examples, documentation, etc). Can't seem to find many.
Thanks a bunch!
Solved! Go to Solution.
Solved by fieldguy. Go to Solution.
Hi,
"alter property querry on shape file" - do you mean "alter property query on DWG file"? Didn't know that you can perform Map query on attached SHP files.
To be clear - do you talk about FDO queries or ADE queries (command: _ ADEQUERY)?
Anyway - Map SDK comes with a few .net samples. At least it used to include samples back in 2013 (the version I downloaded once). There is one related to ADE query:
"
This sample demonstrates:
- How to get the information of query categories and queries.
- How to add event handlers into DrawingSet and QueryLibrary.
"
There are .Net samples installed with Map for Industry Models - but Industry Models are a very specific field (
C:\Program Files\Autodesk\AutoCAD 2017\Map\Development\Samples\CSharp).
You can find some samples for Map on ADN Infrastructure Modelling blog - but as anything related to GIS at Autodesk it is not really active:
http://adndevblog.typepad.com/infrastructure/
Further information:
Map Developer Guide
Map API Reference
ADN Map API Tutorials
http://adndevblog.typepad.com/infrastructure/2013/02/autocad-map-3d-api-training-content-part-1.html
Rob
Hi,
"alter property querry on shape file" - do you mean "alter property query on DWG file"? Didn't know that you can perform Map query on attached SHP files.
To be clear - do you talk about FDO queries or ADE queries (command: _ ADEQUERY)?
Anyway - Map SDK comes with a few .net samples. At least it used to include samples back in 2013 (the version I downloaded once). There is one related to ADE query:
"
This sample demonstrates:
- How to get the information of query categories and queries.
- How to add event handlers into DrawingSet and QueryLibrary.
"
There are .Net samples installed with Map for Industry Models - but Industry Models are a very specific field (
C:\Program Files\Autodesk\AutoCAD 2017\Map\Development\Samples\CSharp).
You can find some samples for Map on ADN Infrastructure Modelling blog - but as anything related to GIS at Autodesk it is not really active:
http://adndevblog.typepad.com/infrastructure/
Further information:
Map Developer Guide
Map API Reference
ADN Map API Tutorials
http://adndevblog.typepad.com/infrastructure/2013/02/autocad-map-3d-api-training-content-part-1.html
Rob
Can't help with "elevation" but this example got me started.
I could not get it to work for lineweight.
Can't help with "elevation" but this example got me started.
I could not get it to work for lineweight.
Thanks peeps
Thanks peeps
Can't find what you're looking for? Ask the community or share your knowledge.