SoVolumeHistogramGetHistoSize Method |
Note: This API is now obsolete.
Returns the size of the histogram .
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use HistoSize property instead.")]
public ulong GetHistoSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use HistoSize property instead.")>
Public Function GetHistoSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use HistoSize property instead.")]
unsigned long long GetHistoSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use HistoSize property instead.")>]
member GetHistoSize : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also