::ListProcedures

This command is used retrieve all the public exposed methods for a given namespace. Each method will be displayed in a new line.

Syntax

::model::ListProcedures argNamespace

Application

MotionView Tcl

Description

This command is used retrieve all the public exposed methods for a given namespace. Each method will be displayed in a new line.

Inputs

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

Example

::model::ListProcedures "::model::mdlOption"

Errors

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