ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedElemList Object > IGMedElemList Methods > MoveFindFirst Method |
Searches the Data Set associated with the currently open image for the first Tag of the Group Number specified by GroupNum. When this Tag is found, the Data Element becomes the Current Data Element.
The LevelOp parameter tells the method how to move when it comes to an SQ. Set it to one of the two following constants:
MoveFindFirst(LevelOp As enumIGMedLevelOption, GroupNum As
Long) As Boolean
Name | Description |
---|---|
LevelOp | This parameter tells the method how to move when it comes to an SQ. |
GroupNum | Set this parameter to the Group Number to search for. |
If True, the Tag was found; False otherwise.
N/A
Med