Click or drag to resize

IManagedComponentsDelete Method

Deletes a component occurrence from an assembly.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub Delete ( 
	occName As String
)

Parameters

occName
Type: SystemString
Component occurrence name.
Remarks
This function is not needed if you are using BeginManage(String). Begin/End manage will automatically delete unreferenced components.

There is no error if the occurrence is not found.

See Also