Gets or sets the array of offsets to the response data for the measurement unit.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ResponseDataOffsets As Integer() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccResponseCurve
Dim value() As Integer
instance.ResponseDataOffsets = value
value = instance.ResponseDataOffsets
|
C# | |
---|
public int[] ResponseDataOffsets {get; set;} |
C++/CLI | |
---|
public:
property array<int>^ ResponseDataOffsets {
array<int>^ get();
void set (intarray<value>^ value);
} |
Return Value
Array of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also