Click or drag to resize

VIZViewer.ImportStream Method

Import Stream Data Collection

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public bool ImportStream(
	List<StreamDataVO> stream
)

Parameters

stream
Type: System.Collections.Generic.List<StreamDataVO>
Stream Data Collection

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SHConnector.VIZViewer.ImportStream(System.Collections.Generic.List{SHConnector.StreamDataVO})"]

See Also