MyNamespace.MyLibrary.my_procedure()
Note that the procedures only use parameters of type HObject, HTuple, HObjectVector, and HTupleVector.
Using a Different Resource Location
ResourcePath can be used in the application to specify a custom location of the HDevelop script or procedure library.
Working With Additional Procedure Libraries
If the exported procedure libraries use procedures contained in further procedure libraries, these additional procedure libraries will not be copied over to the project export target directory. You have to manually take care of copying these additional files or add procedure library paths pointing to the used additional procedure libraries in your application code when using the exported library.
To add procedure paths to HDevEngine, use the following call:
HalconDotNet::HDevEngine().AddProcedurePath(...)