ExportLayerState() reads the passed-in layer state name and exports the corresponding layer state to the export file. The layer state name must be passed with a single 0 after the name.
Public Function ExportLayerState( nameToExport As string, fileName As string ) As void
public void ExportLayerState( string nameToExport, string fileName );
Parameters |
Description |
string nameToExport |
Input layer state name to export |
string fileName |
Input filename to export layer state to |
Comments? |