Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > IccCurveStructure Structure : RespArrays Property |
public IccResponseArrays[] RespArrays {get; set;}
'Declaration Public Property RespArrays As IccResponseArrays()
'Usage Dim instance As IccCurveStructure Dim value() As IccResponseArrays instance.RespArrays = value value = instance.RespArrays
public: property array<IccResponseArrays>^ RespArrays { array<IccResponseArrays>^ get(); void set ( array<IccResponseArrays>^ value); }