getVolName()

Return the name of a volume specified by its ID.

Usage

volName = vis.getVolName( volId )

Parameters

volId (integer)
Volume ID.

Return Value

volName (string)
Volume name corresponding to the volume ID.

Errors

volId should be valid.

Description

This routine returns the name of a volume specified by its ID which is given by volId. For example,
volName = vis.getVolName( 1 )