Deletes an object. | |
Syntax: | object.Delete objectID |
Parameters: |
objectID As
String - Object ID to
delete
|
Description: | CimObjectList.Delete deletes an object from
the project. Examples Dim objs as CimObjectList set objs = project.objects objs.Delete "TANK_PID" |