0
votes
0answers
79 views

Why is the layer list in the Snapping Settings dialog empty?

I am using ArcGIS Engine and would like to display snap settings to the user. I'm using the Snapping Settings dialog (esriControls.ControlsEditingSnappingCommand) to provide the ability to choose ...
4
votes
1answer
202 views

Excluding layers from snapping using IPointSnapper

I'm working with ArcObjects in C#, and am trying to exclude all map layers but one (the only one I want to snap to) from the snapping environment. I'm using the ISnappingEnvironment and IPointSnapper ...