ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedElemList Object > IGMedElemList Methods > MoveFind Method |
Searches the Element List for the Tag specified. If the 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:
MoveFind(LevelOp As enumIGMedLevelOption, Tag As Long) As
Boolean
Name | Description |
---|---|
LevelOp | This parameter tells the method how to move when it comes to an SQ. |
Tag | This parameters specifies the Tag number to search for. |
If True, the Tag was found; False otherwise.
N/A
Med