Public Overloads Sub UpdateQueryDefinition( _ ByVal queryDefinitionName As String, _ ByVal newOpenCypherText As String _ )
public void UpdateQueryDefinition( string queryDefinitionName, string newOpenCypherText )
Parameters
- queryDefinitionName
- The name of the ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinition to update. This corresponds to ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinition.Name.
- newOpenCypherText
- The new openCypher queryText for the ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinition .