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;} |
Managed Extensions for C++ | |
---|
public: __property int[]* get_ResponseDataOffsets();
public: __property void set_ResponseDataOffsets(
int[]* value
); |
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 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