PdcMaterial.Text

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Text as String

Description

Returns or changes the text

Notes

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

Code example

This code example returns the text for the first material.

dim objCalc

dim objMat

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

Availability