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 : MeasurementCount Property |
public int[] MeasurementCount {get; set;}
'Declaration Public Property MeasurementCount As Integer()
'Usage Dim instance As IccCurveStructure Dim value() As Integer instance.MeasurementCount = value value = instance.MeasurementCount
public: property array<int>^ MeasurementCount { array<int>^ get(); void set ( array<int>^ value); }