| Visual Basic (Declaration) | |
|---|---|
Public Property RespArrays As IccResponseArrays() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IccCurveStructure Dim value() As IccResponseArrays instance.RespArrays = value value = instance.RespArrays | |
| C# | |
|---|---|
public IccResponseArrays[] RespArrays {get; set;} | |
| C++/CLI | |
|---|---|
public: property array<IccResponseArrays>^ RespArrays { array<IccResponseArrays>^ get(); void set ( array<IccResponseArrays>^ value); } | |
Property Value
IccResponseArrays structure with number-of-channels response arrays. Each array contains number-of-measurements reponse16Numbers appropriate to the channel.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code