IManagedAssemblyEndManage 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: 23.0
Syntax Sub EndManage (
Optional groupName As String = ""
)
void EndManage(
string groupName = ""
)
Parameters
- groupName (Optional)
- Type: SystemString
Name of the group. This name must match the name in the corresponding BeginManage statement.
See Also