Deletes a point. | |
Syntax: | object.Delete pointID |
Parameters: |
pointID As
String - Point Id to
delete
|
Description: | CimPointList.Delete deletes a point from
the project. Examples Dim points as CimPointList set points = project.points points.Delete "R1" |