PdcMaterial.WeightFact

From External Bemet Wiki
Revision as of 09:37, 22 May 2012 by Mike (talk | contribs) (Created page with "== Declaration == WeightFact as double == Description == Returns the weightfactor (readonly) == Notes == This property returns or sets the weightfactor of the current mater...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

WeightFact as double

Description

Returns the weightfactor (readonly)

Notes

This property returns or sets the weightfactor of the current material.

Code example

This code example returns weightfactor of the first material.

dim objCalc

dim objMat

  set objCalc = pdc.ActiveCalculation
  set objMat = objCalc.MaterialList(0)
  msgbox objMat.weightfactor

Availability