Visual Signal ExternalBase Class Library Documentation
_inputTypes Field
VisualSignalVSignal.ExternalBaseTExternalBase_inputTypes
API version 1.2.2.0

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

This protected member contains a table of TExternalBase..::.DllInputType objects which stores the parameters used by the Dll. The table (in the form of a List) should be initialized in Init()()() using AcceptInput().
Declaration Syntax
C#Visual BasicVisual C++
protected List<TExternalBase..::.DllInputType> _inputTypes
Protected _inputTypes As List(Of TExternalBase..::.DllInputType)
protected:
List<TExternalBase..::.DllInputType^>^ _inputTypes

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