geGetMarkerDisplayText
geGetMarkerDisplayText(
d_figId
)
=> t_string / nil
Description
Displays the text associated with a marker.
Arguments
Value Returned
|
The text associated with the marker, if the marker text is found. |
|
Examples
Returns the text associated with marker2.
geGetMarkerDisplayText( marker2 )
Related Topics
Return to top