<?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.BSurcharge</id>
	<title>PdcMaterial.BSurcharge - 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.BSurcharge"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterial.BSurcharge&amp;action=history"/>
	<updated>2026-05-06T14:40:59Z</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.BSurcharge&amp;diff=1739&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == BSurcharge as double  == Description == Returns the real surcharge   == Notes == This property returns (i.e. READ ONLY) the actual surcharge for a material a...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterial.BSurcharge&amp;diff=1739&amp;oldid=prev"/>
		<updated>2012-05-22T09:12:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == BSurcharge as double  == Description == Returns the real surcharge   == Notes == This property returns (i.e. READ ONLY) the actual surcharge for a material a...&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;
BSurcharge as double&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns the real surcharge &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This property returns (i.e. READ ONLY) the actual surcharge for a material and is obviously only of interest once production has been reported.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example opens a calculation, loops through its materials, and shows the actual surcharge for each one in a message box.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
dim objCalc&lt;br /&gt;
&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;
    msgbox &amp;quot;The area factor is&amp;quot; &amp;amp; objMat.BSurcharge&lt;br /&gt;
  next&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>