mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

introspection/

mg_onlinehelp_lookup.pro


Routines

top mg_onlinehelp_lookup

result = mg_onlinehelp_lookup(name [, /found] [, type=long] [, root_url=http://exelisvis.com/docs/])

Determine if a name represents an IDL library function, procedure, or class and return the URL to the online help if it does.

Return value

string URL or '' if symbol not found

Parameters

name in required type=string

name of function, procedure, or class to lookup

Keywords

found out optional type=boolean

set to a named variable to return whether the name was found

type out optional type=long

set to a named variable to return the type of the matching name; -1 = unknown, 1 = function, 2 = procedure, 3 = other

root_url in optional type=http://exelisvis.com/docs/

root URL for documentation, change to specify a different copy of the documentation

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 56
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.