Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RespArrays Property
See Also 
Leadtools.ColorConversion Namespace > IccCurveStructure Structure : RespArrays Property



Gets or sets the response arrays.

Syntax

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 (IccResponseArraysarray<value>^ value);
}

Return Value

IccResponseArrays structure with number-of-channels response arrays. Each array contains number-of-measurements reponse16Numbers appropriate to the channel.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also