Show contents 

Ms > Ms Assembly Interfaces > IMsUserMethodTemplates

IMsUserMethodTemplates

Description

The IMsUserMethodTemplates interface contains properties and methods that are used to work with the collection of custom method templates used in modeling container.

Properties

  Property name Brief description
Count The Count property returns the number of custom method templates used in modeling container.
Item The Item property returns custom method template parameters.

Methods

  Method name Brief description
Add The Add method creates a new custom method template.
Clear The Clear method clears the list of custom method templates.
FindByKey The FindByKey method finds custom method template by its key.
Remove The Remove method removes custom method template by its index.
RemoveByKey The RemoveByKey method removes custom method template by its key.

See also:

Ms Assembly Interfaces