SiDicomValueGetLongLength Method |
Note: This API is now obsolete.
Get the number of scalar values stored.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetLength() instead.")]
public ulong GetLongLength()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetLength() instead.")>
Public Function GetLongLength As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetLength() instead.")]
unsigned long long GetLongLength()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetLength() instead.")>]
member GetLongLength : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also