Loads a tag group file into the picture.
Syntax
object.LoadTagGroupFilebstrTagGroupFileName
Properties
The LoadTagGroupFile method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
bstrTagGroupFileName |
String. The name of the tag group file to load into the picture. |
Remarks
If there is already a tag group file associated with the picture, performs an unload. The unload of the tag group would perform any clean up necessary. If the picture has not been resolved against the passed tag group file it peforms a Resolve action – performing substitutions and establishing connections; otherwise, it loads the correct stream from the tag group storage which will contain the data system blob and substituted string information. The load will establish connections between the picture tag group objects and the data source objects. It loops through the contained string list, reads the substitution string from the tag group file and writes the value to the objects properties.
The load will validate the picture version and tag group file version. If either does not match the current versions a re-resolve will occur. It also sends the messages informing linear and pen objects to reset their EGU information and sends the message informing any pen objects to recheck their historical data status.