Visual Signal ExternalBase Class Library Documentation
RegisterProperty Method
VisualSignalVSignal.ExternalBaseTExternalBaseRegisterProperty()()()
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Members
IconMemberDescription
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.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)