TExternalBaseDllInputType Constructor Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

DllInputType constructor.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public DllInputType(
	TExternalBaseInputDataTypes dataType,
	int rank,
	TExternalBaseInputCoordinateTypes coordinateType,
	TExternalBaseInputChannelTypes channelType,
	TExternalBaseInputValueTypes dataValueType
)

Parameters

dataType
Type: VSignal.ExternalBaseTExternalBaseInputDataTypes
Specifies the accepted input data type.
rank
Type: SystemInt32
Specifies the accepted input data rank. Specifying a 0 means that any data rank is accepted.
coordinateType
Type: VSignal.ExternalBaseTExternalBaseInputCoordinateTypes
Specifies the accepted input coordinate type.
channelType
Type: VSignal.ExternalBaseTExternalBaseInputChannelTypes
Specifies the accepted input channel type.
dataValueType
Type: VSignal.ExternalBaseTExternalBaseInputValueTypes
Specifies the accepted input data value type.
See Also

Reference