Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
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.

Requirements

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

See Also