Interface IInpCLDFloatArrayReceiver
Namespace: STInpCLDataInterface
Assembly: STInpCLDataInterface.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1D23B4B2-898C-4D73-AD72-50A2867C7504")]
public interface IInpCLDFloatArrayReceiverMethods
SetCount(int)
Declaration
void SetCount(int ACount)Parameters
| Type | Name | Description | 
|---|---|---|
| int | ACount | 
SetValue(int, double)
Declaration
void SetValue(int Index, double Value)Parameters
| Type | Name | Description | 
|---|---|---|
| int | Index | |
| double | Value |