The IManagedDrawing type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddManagedEntity(String, Func(Object)) |
Adds a generic managed entity (e.g. an annotation) created by the Inventor API.
| |
| AddManagedEntity(String, Object) |
Registers a generic managed entity that has already been created or edited.
| |
| AddManagedEntity(String, Func(Object, Boolean), Func(Object)) |
Adds or edits a generic managed entity (e.g. an annotation) created by the Inventor API.
| |
| BeginManage |
Puts the system in a "managed group" state.
The BeginManage/EndManage pair of functions provides for automatic deletion of unused components.
| |
| DeleteManagedEntity |
Deletes a generic managed entity.
| |
| EndManage |
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.)
|
