Public Function ExportFilteredFindPathsConfiguration( _ ByVal filteredFindPathsConfiguration As CIMFilteredFindPathsConfiguration, _ ByVal filePath As String, _ ByVal overwrite As Boolean _ ) As Boolean
public bool ExportFilteredFindPathsConfiguration( CIMFilteredFindPathsConfiguration filteredFindPathsConfiguration, string filePath, bool overwrite )
Parameters
- filteredFindPathsConfiguration
- The ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration to export.
- filePath
- The export file name and path. The file extension should be .ffpcfg.
- overwrite
- If the export file already exists, this flag indicates if it should be overwritten. If the flag is false and the export file exists, then the function returns false.
Return Value
True if the export is successful.