plt3DIWaterfall SetMetaData
Associates a named meta-data value with the waterfall.
Syntax
plt3DIWaterfall_handle SetMetaData name value
Application
HyperWorks Tcl Query
Description
Metadata can be any string or string representation of a number.
Inputs
- name
- The name of the value.
- value
- The value itself.
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
Success (0) or an error code.