IManagedAssemblyBeginManage 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: 23.0
Syntax Sub BeginManage (
Optional groupName As String = ""
)
void BeginManage(
string groupName = ""
)
Parameters
- groupName (Optional)
- Type: SystemString
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