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