Returns the URL string from an annotation at a given view
position. Returns an empty string if there is no URL found. This is
typically used from a custom tool for invoking a URL embedded in an
annotation.
Note:See the Annotation custom tool in the
SDK workgroup for an example of this method.
String Annotation.GetURLAt( Int32 in_viewid, Int32 in_xcoord, Int32 in_ycoord ); |
Annotation.GetURLAt( in_viewid, in_xcoord, in_ycoord ); |
Parameter | Type | Description |
---|---|---|
in_viewid | Long | The view ID to query. |
in_xcoord | Long | The view X coordinate for the query. |
in_ycoord | Long | The view Y coordinate for the query. |