Click or drag to resize

AddMeasurementCommandFromDialog Method

Namespace:  MediaCy.Addins.DataCollector
Assembly:  MediaCy.Addins.DataCollector (in MediaCy.Addins.DataCollector.dll) Version: 1.0.0.0
Syntax
VB
Public Shared Function FromDialog ( 
	colName As String,
	sExpression As String,
	sCaption As String,
	activeType As Type,
	table As DataTable,
	editCol As DataColumn,
	statCol As DataColumn
) As AddMeasurementCommand

Parameters

colName
Type: SystemString
sExpression
Type: SystemString
sCaption
Type: SystemString
activeType
Type: SystemType
table
Type: System.DataDataTable
editCol
Type: System.DataDataColumn
statCol
Type: System.DataDataColumn

Return Value

Type: AddMeasurementCommand
See Also