IManagedComponents.Delete Method |
Deletes a component occurrence from an assembly.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
SyntaxSub Delete (
occName As String
)
void Delete(
string occName
)
Parameters
- occName
- Type: System.String
Component occurrence name.
RemarksThis 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