SoMemoryBufferGetLongNbElement Method |
Note: This API is now obsolete.
Returns number of element.
Namespace: OIV.ScaleViz.MiscAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetNbElement() instead.")]
public ulong GetLongNbElement()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetNbElement() instead.")>
Public Function GetLongNbElement As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetNbElement() instead.")]
unsigned long long GetLongNbElement()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetNbElement() instead.")>]
member GetLongNbElement : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also