Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ImagePlayground.ConceptCount

Queries the number of concepts.

Component Version macOS Windows Linux Server iOS SDK
ImagePlayground 15.0 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "ImagePlayground.ConceptCount" )

Parameters

none

Result

Returns number or error.

Description

Queries the number of concepts.

Examples

Check count:

Set Variable [ $r ; Value: MBS("ImagePlayground.ClearConcepts") ]
Set Variable [ $count1 ; Value: MBS("ImagePlayground.ConceptCount") ]
Set Variable [ $r ; Value: MBS("ImagePlayground.AddConcept"; "Cat") ]
Set Variable [ $count2 ; Value: MBS("ImagePlayground.ConceptCount") ]
Show Custom Dialog [ $count1 & " before and " & $count2 & " after" ]

See also

Created 15th December 2024, last changed 16th December 2024


ImagePlayground.ClearConcepts - ImagePlayground.Create


MarkDown version: ImagePlaygroundConceptCount.md