Share

IManagedComponents.Delete Method

Deletes a component occurrence from an assembly.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Sub Delete ( 
	occName As String
)

C#

void Delete(
	string occName
)

Parameters

occName
Type: System.String
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

Reference

Was this information helpful?