HistogramData Property

Summary

Gets the histogram data of the 3D object

Syntax
C#
VB
C++
public int[] HistogramData { get; } 
  
Public ReadOnly Property HistogramData As Integer() 
public: 
property array<int>^ HistogramData { 
   array<int>^ get(); 
} 

Property Value

An array of values that represents the histogram data of the 3D object.

Remarks

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly