/// <summary>
 /// Called when the tool is set as the active tool.
 /// </summary>
 /// <param name="editor">A reference to the editor that this tool should work against.</param>
 public void Startup(ILayerEditor editor)
 {
 }
Пример #2
0
 public virtual ISnapStrategy Snap(ILayerEditor sourceEditorLayer, IGeometry snapSource, ICoordinate worldPos, IEnvelope Envelope)
 {
     return null;
 }
Пример #3
0
 public virtual ISnapStrategy Snap(ILayerEditor sourceEditorLayer, IGeometry snapSource, ICoordinate worldPos, IEnvelope Envelope)
 {
     return(null);
 }