SoLabelAnalysisResultGetLongNumLabels Method |
Note: This API is now obsolete.
Returns the total number of different labels in the label analysis result.
Namespace: OIV.ImageViz.Nodes.AnalysisAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use GetNumLabels() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongNumLabels()
<ObsoleteAttribute("Use GetNumLabels() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongNumLabels As ULong
public:
[ObsoleteAttribute(L"Use GetNumLabels() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongNumLabels()
[<ObsoleteAttribute("Use GetNumLabels() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongNumLabels : unit -> uint64
Return Value
Type:
UInt64
Remarksthis is the sum of the label count in each image analysed.
See Also