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