Click or drag to resize
SoMFStringDeleteText Method

Convenience function to delete text from consecutive strings.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void DeleteText(
	int fromLine,
	int fromChar,
	int toLine,
	int toChar
)

Parameters

fromLine
Type: SystemInt32
fromChar
Type: SystemInt32
toLine
Type: SystemInt32
toChar
Type: SystemInt32
Remarks

All text from the given character of one line (fromChar in fromLine) to the given character of another line (toChar in toLine), inclusive, is deleted. Any leftover text on fromLine and toLine is merged into one line.

See Also