←Select platform

ListFunctions Method

Summary

Creates a list of functions with their parameters associated with the built-in feature.

Syntax
C#
C++/CLI
Python
public static List<Tuple<string, 
   List<string>>> ListFunctions( 
   string repo, 
   string name 
) 
public:  
   static List<Tuple<String^, 
      List<String^>^>^>^ ListFunctions( 
       String^ repo, 
      String^ name 
   ) 
def ListFunctions(self,repo,name): 

Parameters

repo

Selects the repository to search in for a value or label.

name

Name of the built-in feature.

Return Value

List of functions associated with the built-in feature along with their parameters, if any.

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.Unstructured Assembly

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