::GetProcedureList

This command is used retrieve all the public exposed methods for a given namespace as a list.

Syntax

::model::GetProcedureList argNamespace

Application

MotionView Tcl

Description

This command is used retrieve all the public exposed methods for a given namespace as a list.

Inputs

argNamespace
We need to pass the namespace as an argument, for which we need to get all the public exposed methods.

Example

::model::GetProcedureList "::model::mdlOption"

Errors

On successful execution of the command, it will list down all the methods exposed to the users for a given namespace.