Share

IManagedDrawing Methods

The IManagedDrawing type exposes the following members.

Methods

  NameDescription
Public methodAddManagedEntity(String, Func(Object))
Adds a generic managed entity (e.g. an annotation) created by the Inventor API.
Public methodAddManagedEntity(String, Object)
Registers a generic managed entity that has already been created or edited.
Public methodAddManagedEntity(String, Func(Object, Boolean), Func(Object))
Adds or edits a generic managed entity (e.g. an annotation) created by the Inventor API.
Public methodBeginManage
Puts the system in a "managed group" state. The BeginManage/EndManage pair of functions provides for automatic deletion of unused components.
Public methodDeleteManagedEntity
Deletes a generic managed entity.
Public methodEndManage
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.)

See Also

Reference

Was this information helpful?