CgmFile.ContainsTorqueTextToFigItem

CgmFile.ContainsTorqueTextToFigItem method

Determines whether the torque text (“20 Nm (177 lb-in)” exists nearby the figure item)

public bool ContainsTorqueTextToFigItem(string torqueText, string figureItemNumber)
ParameterTypeDescription
torqueTextStringThe torque text.
figureItemNumberStringThe figure item number.

Return Value

true if [contains torque text to fig item] [the specified torque text]; otherwise, false.

See Also