IManagedAssembly Methods |
The IManagedAssembly type exposes the following members.
Name | Description | |
---|---|---|
BeginManage |
Puts the system in a "managed group" state.
The BeginManage/EndManage pair of functions provides for automatic deletion of unused components.
| |
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.)
| |
GetAppearanceAsset(String) |
Gets an appearance asset from the document.
An error will occur if the appearance is not found.
| |
GetAppearanceAsset(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.
|