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;} |
Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also