<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcMaterial.WriteOffComplete</id>
	<title>PdcMaterial.WriteOffComplete - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcMaterial.WriteOffComplete"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterial.WriteOffComplete&amp;action=history"/>
	<updated>2026-05-06T15:25:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcMaterial.WriteOffComplete&amp;diff=2927&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == WriteOffComplete as Boolean  == Description == Returns the WriteOffComplete value. Setting the WriteOffComplete value can only be done if the calculation isn...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterial.WriteOffComplete&amp;diff=2927&amp;oldid=prev"/>
		<updated>2017-04-25T14:08:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == WriteOffComplete as Boolean  == Description == Returns the WriteOffComplete value. Setting the WriteOffComplete value can only be done if the calculation isn...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
WriteOffComplete as Boolean&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns the WriteOffComplete value. Setting the WriteOffComplete value can only be done if the calculation isn’t given into production yet.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example loops through the material list of the calculation and tries to set the WriteOffComplete to True&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
dim objCalc&lt;br /&gt;
set objCalc = pdc.OpenCalculation(&amp;quot;00685&amp;quot;)&lt;br /&gt;
for i = 0 to objCalc.MaterialList.Count -1&lt;br /&gt;
  set objMat = objCalc.MaterialList(i)&lt;br /&gt;
  objMat.WriteOffComplete = True&lt;br /&gt;
next &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since May 2017 (from version 5.4)&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>