←Select platform

Query Method

Summary

Retrieves element sets from the repository.

Syntax
C#
C++/CLI
Python
public List<IElementSet> Query( 
   RepositoryQuery query 
) 
public:  
   List<IElementSet^>^ Query( 
      RepositoryQuery^ query 
   ) 
def Query(self,query): 

Parameters

query

Query object. An empty query indicates wildcard matching.

Return Value

List of found elements.

Remarks

The query filters the elements as specified by the request.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Analytics Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.