System.Activities.Presentation.Services.ModelSearchService.NavigateTo C# (CSharp) Method

NavigateTo() public abstract method

Navigate to a modelItem based on the line number in the text image.
public abstract NavigateTo ( int location ) : bool
location int the line number in text image.
return bool
        public abstract bool NavigateTo(int location);

Same methods

ModelSearchService::NavigateTo ( int startLine, int startColumn, int endLine, int endColumn ) : bool