IManagedDrawing.DeleteManagedEntity Method

Deletes a generic managed entity.

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

Syntax

VB

Sub DeleteManagedEntity ( 
	entityName As String
)

C#

void DeleteManagedEntity(
	string entityName
)

Parameters

entityName
Type: System.String
The name of the entity to delete.

Remarks

This function is not needed if you are using BeginManage(String). Begin/End manage will automatically delete unreferenced entities.

There is no error if the entity is not found.

See Also

Reference

IManagedDrawing Interface
Autodesk.iLogic.Interfaces Namespace