Hi,
I'd like to access to some options in MAPOPTIONS dialog :
- desactivate "Show Workspace on startup"
and in MAPIOPTIONS
- desactivate "select image by Maj+click"
For MAPOPTIONS, I've found help in Lisp developper with functions : ade_prefgetval and ade_prefsetval
Is there equivalent command in C# API?
For MAPIOPTIONS, I haven't found any function? Is it possible to access these options?
Thanks
Olivier
Olivier Eckmann
Solved! Go to Solution.
Hi,
I'd like to access to some options in MAPOPTIONS dialog :
- desactivate "Show Workspace on startup"
and in MAPIOPTIONS
- desactivate "select image by Maj+click"
For MAPOPTIONS, I've found help in Lisp developper with functions : ade_prefgetval and ade_prefsetval
Is there equivalent command in C# API?
For MAPIOPTIONS, I haven't found any function? Is it possible to access these options?
Thanks
Olivier
Olivier Eckmann
Solved! Go to Solution.
Solved by norman.yuan. Go to Solution.
Most (if not all) of the settings shown in "MapOptions" dialog box are exposed as Autodesk.Gis.Map.SystemOptions class (in the assembly ManagedMapApi.dll).
Not sure whether settings in "Raster Extension Options" (command MAPIOPTIONS) have corresponding managed API counterpart, though.
Norman Yuan
Most (if not all) of the settings shown in "MapOptions" dialog box are exposed as Autodesk.Gis.Map.SystemOptions class (in the assembly ManagedMapApi.dll).
Not sure whether settings in "Raster Extension Options" (command MAPIOPTIONS) have corresponding managed API counterpart, though.
Norman Yuan
Hi @norman.yuan ,
Thanks for your reply. I've found all I want for MapOptions.
For MAPIOPTIONS, I'm still looking.
Olivier
Olivier Eckmann
Hi @norman.yuan ,
Thanks for your reply. I've found all I want for MapOptions.
For MAPIOPTIONS, I'm still looking.
Olivier
Olivier Eckmann
Can't find what you're looking for? Ask the community or share your knowledge.