Click or drag to resize

EISDatapointCollectionItem Property

Gets the object at the given index from the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public EISDatapoint this[
	int index
] { get; }

Parameters

index  Int32
The index.

Return Value

EISDatapoint
The object.
See Also