Share

IManagedAssembly.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: 29.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.

See Also

Reference

Was this information helpful?