Click or drag to resize

IManagedAssembly Methods

The IManagedAssembly type exposes the following members.

Methods
  NameDescription
Public methodBeginManage
Puts the system in a "managed group" state. The BeginManage/EndManage pair of functions provides for automatic deletion of unused components.
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.)
Public methodGetAppearanceAsset(String)
Gets an appearance asset from the document. An error will occur if the appearance is not found.
Public methodGetAppearanceAsset(String, String)
Gets an appearance asset from the document. If that fails it gets the appearance asset from a library and copies it to the document. An error will occur if the appearance is not found.
Top
See Also