<?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.ServiceCosts</id>
	<title>PdcMaterial.ServiceCosts - 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.ServiceCosts"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterial.ServiceCosts&amp;action=history"/>
	<updated>2026-05-06T14:34:22Z</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.ServiceCosts&amp;diff=35394&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == ServiceCosts as double  == Description == Returns or changes the service costs   == Notes == This property sets or returns the service costs of the material. It can not be found in the calculation form, it&#039;s a result of service costs. In the database this is field DM_MATLINES.DM_SERVICECOSTS.  == Code example == This code example opens a calculation, loops through its materials, and shows the service costs for each material in a message box.  &lt;source la...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterial.ServiceCosts&amp;diff=35394&amp;oldid=prev"/>
		<updated>2025-02-28T08:28:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == ServiceCosts as double  == Description == Returns or changes the service costs   == Notes == This property sets or returns the service costs of the material. It can not be found in the calculation form, it&amp;#039;s a result of service costs. In the database this is field DM_MATLINES.DM_SERVICECOSTS.  == Code example == This code example opens a calculation, loops through its materials, and shows the service costs for each material in a message box.  &amp;lt;source la...&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;
ServiceCosts as double&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns or changes the service costs &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This property sets or returns the service costs of the material. It can not be found in the calculation form, it&amp;#039;s a result of service costs. In the database this is field DM_MATLINES.DM_SERVICECOSTS.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example opens a calculation, loops through its materials, and shows the service costs for each material 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 service costs are &amp;quot; &amp;amp; objMat.ServiceCosts&lt;br /&gt;
  next&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since February 2025 (from version 2025.1)&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>