PdcCalculation.DrawingNo

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

DrawingNo as String

Description

Returns or changes the drawingnumber

Notes

This property returns or sets the 'DrawingNo' of the current calculation. This field can be found in the calculation header.

Code example

This code example returns the DrawingNo of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.DrawingNo

Availability