LoadTraverse(Traverse,String) Method
Loads a traverse into the traverse pane and grid. This adds a single item to the undo stack. Specify the name of the operation using the .
Loading a traverse into the Traverse UI
var isValidTrav = travParcel.IsValid(); //confirm it's a valid traverse
if (!isValidTrav)
return;
//Load the traverse into the traverse grid
await TraverseManager.Current.LoadTraverse(travParcel, "Load my custom traverse");
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.7 or higher.