This commit is contained in:
2025-09-15 00:18:25 +08:00
parent 6e1c76386e
commit 6a4e515562
59 changed files with 3726 additions and 2509 deletions
@@ -289,12 +289,12 @@ gets null if the <a class="xref" href="Hi.MachiningProcs.SessionMessage.html#Hi_
</h3>
<div class="markdown level1 summary"><p>Gets or sets the direct source command from the data.
gets null if the <a class="xref" href="Hi.MachiningProcs.SessionMessage.html#Hi_MachiningProcs_SessionMessage_Data">Data</a> is not <a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a>.</p>
gets null if the <a class="xref" href="Hi.MachiningProcs.SessionMessage.html#Hi_MachiningProcs_SessionMessage_Data">Data</a> is not <a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ISourceCommand DirectInstantSourceCommand { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public IIndexedFileLine DirectInstantSourceCommand { get; set; }</code></pre>
</div>
@@ -303,7 +303,7 @@ gets null if the <a class="xref" href="Hi.MachiningProcs.SessionMessage.html#Hi_
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></dt>
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dd></dd>
</dl>
@@ -395,7 +395,7 @@ from <a class="xref" href="Hi.MachiningProcs.SessionMessage.html#Hi_MachiningPro
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ISourceCommand InstantSourceCommand { get; }</code></pre>
<pre><code class="lang-csharp hljs">public IIndexedFileLine InstantSourceCommand { get; }</code></pre>
</div>
@@ -404,7 +404,7 @@ from <a class="xref" href="Hi.MachiningProcs.SessionMessage.html#Hi_MachiningPro
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></dt>
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dd></dd>
</dl>