Select to view content in your preferred language

Accessing the search textBox of the create features dockpane

631
0
11-04-2022 05:50 AM
Meroni
by
Occasional Contributor

Hi, I am trying to update the text within search bar of the Create Features dockpane (C# sdk ArcGis Pro 3).

Meroni_0-1667565900274.png

I tried accessing the properties of the ViewModel by

 

 

var createFeaturesViewModel = FrameworkApplication.DockPaneManager.Find("esri_editing_CreateFeaturesDockPane") as CreateFeaturesViewModel;

 

 

but this is not working because the CreateFeturesViewModel is sealed. Is there any other way to set the text in the search field?

0 Replies