Gets or sets the number of measurements for each channel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MeasurementCount As Integer() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IccCurveStructure
Dim value() As Integer
instance.MeasurementCount = value
value = instance.MeasurementCount |
| C# | |
|---|
public int[] MeasurementCount {get; set;} |
Property Value
Array with one entry for each channel that contains the number of measurements for each channel.
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