[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| RegisterProperty(String, Type, Object, String, String, String) |
Protected function "RegisterProperty", proved to the user DLL for registering
properties used by the DLL computation. This function should be invoked in
Init()()(), and the registered properties will be passed to Visual
Signal's ExternalDll module via getDllInfo()()() and become available in
the module's property dialog for editing. The current values will be communicated
back and forth between ExternalDll module and the user DLL via setProperties(String)
and getProperties()()() exported functions.
| |
| RegisterProperty(String, Type, Object, String, String, String, String) |
Protected function "RegisterProperty", proved to the user DLL for registering
properties used by the DLL computation. This function should be invoked in
Init()()(), and the registered properties will be passed to Visual
Signal's ExternalDll module via getDllInfo()()() and become available in
the module's property dialog for editing. The current values will be communicated
back and forth between ExternalDll module and the user DLL via setProperties(String)
and getProperties()()() exported functions.
|