Table of Contents

Delegate LocalProjectService.MachiningProjectChangedDelegate

Namespace
Hi.MachiningProcs
Assembly
HiNc.dll

Delegate for machining project changed events.

public delegate void LocalProjectService.MachiningProjectChangedDelegate(MachiningProject project, string projectPath)

Parameters

project MachiningProject

The new machining project.

projectPath string

The path to the project file.

Extension Methods