Share

IManagedAssembly.BeginManage Method

Puts the system in a "managed group" state. The BeginManage/EndManage pair of functions provides for automatic deletion of unused components.

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

Syntax

VB

Sub BeginManage ( 
	Optional groupName As String = ""
)

C#

void BeginManage(
	string groupName = ""
)

Parameters

groupName (Optional)
Type: System.String
Name of the group. iLogic manages occurrences on a per-group basis. In a rule that is stored in an assembly document, the name can be empty. The group with an empty name is the default group for the rule. In an external rule, the name cannot be empty.

Remarks

BeginManage/EndManage blocks cannot be nested.

See Also

Reference

Was this information helpful?