IManagedDrawing.EndManage Method

Takes the system out of a "managed group" state. Any items (components, patterns, and constraints) that were previously managed by this group, but have not been touched in the current run will be deleted. (The current run includes all the statements between the preceding BeginManage and this EndManage statement.)

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

Syntax

VB

Sub EndManage ( 
	Optional groupName As String = ""
)

C#

void EndManage(
	string groupName = ""
)

Parameters

groupName (Optional)
Type: System.String
Name of the group. This name must match the name in the corresponding BeginManage statement.

Remarks

BeginManage/EndManage blocks cannot be nested. For more details, see the remarks under IManagedAssembly

See Also

Reference

IManagedDrawing Interface
Autodesk.iLogic.Interfaces Namespace