ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.TaskAssistant Namespace / TaskAssistantFactory Class / IsTaskFileValid Method
Full path to an .esriTasks file.

In This Topic
    IsTaskFileValid Method
    In This Topic
    Returns if task file is valid or not
    Syntax
    public bool IsTaskFileValid( 
       string taskFile
    )
    Public Function IsTaskFileValid( _
       ByVal taskFile As String _
    ) As Boolean

    Parameters

    taskFile
    Full path to an .esriTasks file.

    Return Value

    True if task file is valid, otherwise false.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also