Cicode Programming Reference > Cicode Function Categories > Super Genie Functions Introduction > AssMetadataPopUp

AssMetadataPopUp

Uses the metadata information from the current animation point for the associations for a new Super Genie page, and displays the new Super Genie in a pop up window.

Syntax

AssMetadataPopUp(sPage)

sPage

The name of the Super Genie page to open.

nAN:   

An animation number that uniquely identifies an object. This object contains the list of metadata definitions that will be used to perform the association operations.This parameter is optional with -2 being the default value. When -2 is specified, it is the same as using the function KeyGetCursor() which returns the animation number of the current active command cursor. Refer to KeyGetCursor() for usage and behavior.

 

UNINTENDED EQUIPMENT OPERATION

If called after other cicode functions in a command expression field, retrieve the animation number first, then pass it through the nAN parameter.

Failure to follow these instructions can result in death, serious injury, or equipment damage.

Return Value

0 (zero) if successful, otherwise an error is returned.

Example

/* Example of calling AssMetadataPopup after other cicode functions */

An = KeyGetCursor();

SomeVal = TagRead(“SomeTag”); // do additional work

AssMetadataPopup(“!TestSG”, An);

Related Functions

Ass, AssChain, AssMetadata, AssMetadataPage, AssMetadataWin, AssChainPage, AssChainPopUp, AssChainWin, AssChainWinFree, AssGetProperty, AssGetScale, AssInfo, AssInfoEx, AssPage, AssPopUp, AssScaleStr, AssTag, AssTitle, AssVarTags, AssWin

See Also

Super Genie Functions