pltINote GetEmbedded
Finds if the note is embedded on a curve.
Syntax
pltINote_handle GetEmbedded
Application
HyperWorks Tcl Query
Description
This command determines whether the note is embedded on a curve (without a leader line). If the note is embedded, true is returned. If the note is not embedded, false is returned.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetNoteHandle n1 1;
n1 GetEmbedded;
Errors
Success (a true or false value) or an error message is returned.
Keywords
HyperWorks
Tcl
Note
Query