C# Класс Core.SnapEditor

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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