C# 클래스 Core.SnapEditor

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
SnapEditor ( ) : System

비공개 메소드들

메소드 설명
AddSketchSnapAgents ( ) : void

Adds, and hence turns on, Edit Sketch snap agents

RefreshDisplay ( ) : void

Update the window with the current snap environment and snap tip settings

TurnOffAgents ( ) : void

Turns off feature snap agents and turns off edit sketch snap agents by removing them

Using Clear or Remove feature snap agents can be deactivated so that the user can't enable them. Here we simply turn off all the agents, which will allow the user to turn them on.

addFeatureSnapAgent_Click ( object sender, EventArgs e ) : void

Adds a feature snap agent for the target layer and turn on all options.

This method does not check if there already exists a feature snap agent for the target layer. It is recommended that you do so since duplicate agents can appear on the Snap Settings Form

addSketchSnapAgent_Click ( object sender, EventArgs e ) : void

Adds, and hence turns on, Edit Sketch snap agents

clearAgents_Click ( object sender, EventArgs e ) : void
reverseAgentsPriority_Click ( object sender, EventArgs e ) : void
snapTips_CheckedChanged ( object sender, EventArgs e ) : void
snapTolUnits_SelectedIndexChanged ( object sender, EventArgs e ) : void
snapTolerance_TypeValidationEventHandler ( object sender, System.Windows.Forms.TypeValidationEventArgs e ) : void
turnOffAgents_Click ( object sender, EventArgs e ) : void

Turns off feature snap agents and turns off edit sketch snap agents by removing them

Using Clear or Remove feature snap agents can be deactivated so that the user can't enable them. Here we simply turn off all the agents, which will allow the user to turn them on.

메소드 상세

SnapEditor() 공개 메소드

public SnapEditor ( ) : System
리턴 System