MGDwfDataSources Object | 143
getUrlColumn Method
Syntax
String getUrlColumn()
Description
Gets the name of the column that contains the URL associated with each
map feature on the Autodesk DWF layer.
These URLs enable users to go to a Web page that is related to a map feature
simply by double-clicking that feature. Typically, you store HTTP URLs in this
column, but you could also specify commands with other protocols, such as
FTP URLs, or JavaScript commands. Use caution, however, with non-stan-
dard protocols, such as Javascript, as not all browsers support them.
For information about using URL columns with DWF layers, see “Displaying
Friendly Names and URLs” on page 31.
Parameters
none
Returns
String – Represents the name of the column containing the URLs for the map
features.
See Also
setUrlColumn, UrlColumn
setUrlColumn Method
Syntax
boolean setUrlColumn(String column)
Description
Sets the name of the column that contains the URL associated with each map
feature on the Autodesk DWF layer. If this method is successful, it sets the
rebuild flag of the layer to True. For more information on the rebuild flag, see