Deleted a model block from the contour. The desired block might be pointed by its labelName, by the nearest point, or both.
Syntax
Contour.DeleteBlock (
[labelName As String], '
[nearPoint As Point] '
) As Boolean
Parameters
labelName
[in] String
nearPoint
[in] Point
Remarks
Deleted a model block from the Contour. The desired block
might be pointed by its label name ( the labelName parameter), by the nearest
point specified by the nearPoint parameter, or both.
The parameters meaning is the same as with AddBlock method.
If no parameters is given or there is some ambiguity, the first suitable block found is used for
deleting.