Count

Parent Previous Next

Count

This function returns an integer value containing the quantity of items in the MultiTagViewer Object.


Function Definition:


int Count{get;}


.     get: Permits the user to read the Count value.



To configure this function, follow the steps below:


1.   In an object event, configure the Count function: MultiTagViewerObjectName.Count;


2.   During the execution of RunTime, run the configured event.



Example:


In the graphic document, the user has two objects, one MultiTagViewer (named as MultitagViewer1) and one Text-Box (named as TextBox1). The MultiTagViewer contains a one-dimensional vector with 10 positions. In the Text-Box object, the user configures the MouseUp event with the following event:


TextBox1.Text = MultitagViewer1.Count;


In this event, the quantity of items in the MultitagViewer1 object will be loaded in the text of TextBox1 and it will be exhibited.


  

 

Note: This property exists only to the following objects:

.     MultiTagViewer