Click or drag to resize

UploadFactletaddDataPoint Method (String)

Add a single datapoint. Datapoints are added to the datatable left to right, top to bottom. Correct data type isn't checked until the upload is initiated

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void addDataPoint(
	string point
)

Parameters

point
Type: SystemString
Data point
See Also