GetChartDbIdList
Description
Returns the list of DBIDs parallel to the list of names returned from the GetChartList method, when specifying the same charttype argument.
Note: This method is for Windows™ only.
Note: For more information on DBIDs, see Working with records
Syntax
VBScript
workspace.GetChartDbIdList
charttype
Perl
$workspace->GetChartDbIdList
(charttype);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current session.
- charttype
- The type of chart DBIDs to return.
- public charts
- personal charts
- all public and personal charts
- Return value
- In Visual Basic, an array of Variants (each containing
a string) that make up the list of DBIDs parallel to the list returned
from GetChartList.
In Perl, a reference to an array of strings containing the list of chart DBIDs.