Table of Contents

Interface IProjectService

Namespace
Hi.MachiningProcs
Assembly
HiNc.dll

Interface for services that manage machining projects.

public interface IProjectService : IMachiningProjectGetter
Inherited Members
Extension Methods

Properties

MachiningProject

Gets or sets the machining project instance.

MachiningProject MachiningProject { get; set; }

Property Value

MachiningProject

MachiningProjectPath

Gets or sets the path to the machining project file.

string MachiningProjectPath { get; set; }

Property Value

string