GetCanonicalMediaNames Method |
Gets all available canonical media names for the specified plot device.
Signature
RetVal = object.GetCanonicalMediaNames()
Object
Layout, PlotConfiguration
The object or objects this method applies to.
RetVal
Variant (array of strings)
The array of available media names for the specified plot
device.
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.
Comments? |