GetPlotStyleTableNames Method

Gets all available plot style table names.

See Also | Example

Signature

RetVal = object.GetPlotStyleTableNames()

Object

Layout, PlotConfiguration
The object or objects this method applies to.

RetVal

Variant (array of strings)
The array of available plot style table names for the system.

Remarks

You should call RefreshPlotDeviceInfo before the first time you use this method. Once you have called RefreshPlotDeviceInfo, you don't need to call it again unless your plot device information changes during the session.

GetPlotStyleTableNames returns all available plot style tables found on the system, including both CTB and STB files. To filter the results for one type of plot style table, use the PSTYLEMODE system variable.

 

   Comments?