EISDatapointCollectionItem Property |
Gets the object at the given index from the collection.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public EISDatapoint this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As EISDatapoint
Get
Dim instance As EISDatapointCollection
Dim index As Integer
Dim value As EISDatapoint
value = instance(index)
Parameters
- index Int32
- The index.
Return Value
EISDatapointThe object.
See Also