PdcMaterial.Pos

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Pos as String

Description

Returns the pos number

Notes

This property returns the position number for the current material in the materiallist of the calculation.

Code example

This code example returns the position number for the first material.

dim objCalc

dim objMat

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

Availability