Select to view content in your preferred language

Import "V-Late" in Modelbuilder/Python

968
1
04-05-2014 04:28 AM
CatharinaMueller
Deactivated User
Hi,

is there any possibility to import the ArcGis extension "V-Late" in Modelbuilder or in a python script? So that I can work with the functions in the script directly?

Thanks for your help

Cathi
Tags (2)
0 Kudos
1 Reply
Luke_Pinner
MVP Regular Contributor
No, not easily.  The software is distributed as  binary toolbar ".tlb" and .dll files.  There are no python bindings included.  You *may* be able to call functions in the dll from python using the ctypes, pythoncom or win32com modules but that can be difficult.
0 Kudos