| SoVolumeReaderGetHistogram Method (IListInt64) | 
Returns histogram if available. 
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic virtual bool GetHistogram(
	IList<long> numVox
)
Public Overridable Function GetHistogram ( 
	numVox As IList(Of Long)
) As Boolean
public:
virtual bool GetHistogram(
	IList<long long>^ numVox
)
abstract GetHistogram : 
        numVox : IList<int64> -> bool 
override GetHistogram : 
        numVox : IList<int64> -> bool Parameters
- numVox
 - Type: System.Collections.GenericIListInt64
 
Return Value
Type: 
Boolean
Remarks
See Also