The IModelManager type exposes the following members.

Methods

  NameDescription
Public methodAddModelTemplate
Add a model template to the model manager
Public methodCloseModelContainer
Close the Model Container
Public methodFindModelTemplate
Find a model template by file extension
Public methodGetDefaultTemplate
Get the default template
Public methodNewDefaultBlankModelContainer
Get a default blank Model container
Public methodOpenModelContainer
Open a model container by file name
Public methodRemoveModelTemplate
Remove a model template
Public methodSaveModelContainer
Saves the model container

Properties

  NameDescription
Public propertyFirstModelContainer
The first ModelContainer in the list
Public propertyTemplates
The list of Model Templates registered with the model manager

Events

  NameDescription
Public eventClosed
Fired when a ModelContainer has been closed. The ModelContainer property of the ModelEventArgs will be set. AbortAction has no effect.
Public eventClosing
Fired before closing a ModelContainer. The ModelContainer property of the ModelEventArgs will be set. AbortAction will prevent the ModelContaienr from being closed.
Public eventOpened
Fired after a ModelContainer has been opened. The ModelContainer property will be set on the ModelEventArgs. AbortAction has no effect
Public eventOpening
Fired when a ModelContainer is about to be opened. The FileName is set on the ModelEventArgs. AbortAction if set to true will prevent the ModelContainer from being opened.

See Also