Visual Basic (Declaration) | |
---|---|
Public Property RespArrays As IccResponseArrays() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IccResponseArrays[] RespArrays {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property IccResponseArrays[]* get_RespArrays(); public: __property void set_RespArrays( IccResponseArrays[]* value ); |
C++/CLI | |
---|---|
public: property array<IccResponseArrays>^ RespArrays { array<IccResponseArrays>^ get(); void set (IccResponseArraysarray<value>^ value); } |
Return Value
IccResponseArrays structure with number-of-channels response arrays. Each array contains number-of-measurements reponse16Numbers appropriate to the channel.Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family