tune
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Interface IProjectService | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<meta name="description" content="Interface for services that manage machining projects.">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -97,11 +97,12 @@ Interface IProjectService
|
||||
<dl><dt>Assembly</dt><dd>HiNc.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown summary"><p>Interface for services that manage machining projects.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface IProjectService : IMachiningProjectGetter, IPathedMachiningProjectHost, IMachiningProjectHost</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public interface IProjectService : IMachiningProjectGetter</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -116,12 +117,6 @@ Interface IProjectService
|
||||
<div>
|
||||
<a class="xref" href="Hi.MachiningProcs.IMachiningProjectGetter.html#Hi_MachiningProcs_IMachiningProjectGetter_GetMachiningProject">IMachiningProjectGetter.GetMachiningProject()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.MachiningProcs.IPathedMachiningProjectHost.html#Hi_MachiningProcs_IPathedMachiningProjectHost_MachiningProjectPath">IPathedMachiningProjectHost.MachiningProjectPath</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.MachiningProcs.IMachiningProjectHost.html#Hi_MachiningProcs_IMachiningProjectHost_MachiningProject">IMachiningProjectHost.MachiningProject</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="typelist extensionMethods">
|
||||
@@ -154,6 +149,74 @@ Interface IProjectService
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_IProjectService_MachiningProject_" data-uid="Hi.MachiningProcs.IProjectService.MachiningProject*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_IProjectService_MachiningProject" data-uid="Hi.MachiningProcs.IProjectService.MachiningProject">
|
||||
MachiningProject
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the machining project instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">MachiningProject MachiningProject { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.MachiningProcs.MachiningProject.html">MachiningProject</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_IProjectService_MachiningProjectPath_" data-uid="Hi.MachiningProcs.IProjectService.MachiningProjectPath*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_IProjectService_MachiningProjectPath" data-uid="Hi.MachiningProcs.IProjectService.MachiningProjectPath">
|
||||
MachiningProjectPath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the machining project file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">string MachiningProjectPath { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user