plt3DIWaterfall GetMetaData
Gets a named meta-data value previously associated with the waterfall.
Syntax
plt3DIWaterfall_handle GetMetaData
Application
HyperWorks Tcl Query
Description
Metadata can be any string or string representation of a number. Returns a string (the meta-data value).
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName SetMetaData species lynx
myWaterfallName GetMetaData species
Errors
Returns an empty string if the value is not defined.