MGDwfDataSources Object | 141
Parameters
none
Returns
String – Represents the name of the column containing the names of the map
features on the DWF layer.
See Also
setNameColumn, NameColumn
setNameColumn Method
Syntax
boolean setNameColumn(String column)
Description
Sets the name of the column that contains the name of each map feature on
the Autodesk DWF layer. If this method is successful, it sets the rebuild flag
of this layer to True. For more information on the rebuild flag, see setRebuild
in the Autodesk MapGuide Viewer API Help. You can access the MapGuide
Viewer API Help by clicking Autodesk MapGuide 6.5 ➤ Documentation ➤
Autodesk MapGuide Viewer API Help on the Program menu.
Properties include NameColumn.
For information about using name columns with DWF layers, see
“Displaying Friendly Names and URLs” on page 31.
Parameters
column – String representing the name to assign to the column with the
names for the map features.
Returns
boolean – Specifies whether or not the name of the column is successfully set.
True – Indicates that the column name is successfully set.
False – Indicates that the column name is not set.