146 | Chapter 8 DWF API Additions
Description
Gets the layer filter that specifies which layers to extract from the specified
Autodesk DWF file.
Note The layer filter is a comma-delimited string.
For more information about using DWF files as data sources, see “Setting Up
a Data Source for DWF Files” on page 25.
Parameters
none
Returns
String – Represents the layer filter.
See Also
setLayerFilter, LayerFilter
setLayerFilter Method
Syntax
boolean setLayerFilter(String layerFilter)
Description
Sets the DWF layer filter that specifies which layers to extract from the spec-
ified Autodesk DWF file. If this method is successful, it sets the rebuild flag
of the 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.
Note The layer filter is a comma-delimited string.
For more information about using DWF files as data sources, see “Setting Up
a Data Source for DWF Files” on page 25.