A SERVICE OF

logo

134 | Chapter 8 DWF API Additions
When you change the Autodesk DWF file, you may need to update several
other properties. These properties include: SheetName, KeyTable,
KeyColumn, KeyColumnType, NameTable, NameColumn, UrlTable,
UrlColumn, and LayerFilter.
Note If you do not include a path to the DWF file, this method assigns the first
one it finds in the search path.
For more information about using DWF files as data source for layers, see
“Setting Up a Data Source for DWF Files” on page 25.
Parameters
none
Returns
String (read/write) – Represents the name of the DWF file for the DWF layer.
Error Codes
-1 Busy
See Also
getDwf, setDwf
getKeyColumn Method
Syntax
String getKeyColumn()
Description
Gets the name of the column that contains the primary key for each map
feature on the DWF layer.
For information about using key columns with DWF layers, see “Displaying
Friendly Names and URLs” on page 31.
Parameters
none