Public Overloads Function LoadTraverse( _ ByVal traverseFilePath As String, _ ByVal operationName As String _ ) As Task
public Task LoadTraverse( string traverseFilePath, string operationName )
Parameters
- traverseFilePath
- The path and name of the ArcMap traverse file..
- operationName
- The name of the operation added to the undo stack. If not specified, then the "Import an ArcMap traverse file" string will be used.