MGDatabaseSetup.setNameColumn   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

boolean setNameColumn(String column)

Description

Sets the name of the database column containing the names of the map features on this layer.

Note that this method does not work during a busy state. For additional information about the busy state, refer to "Handling Busy State and Map Refresh" in the Autodesk MapGuide Developer's Guide.

Parameters

column - The name you want the column set to.

Returns

boolean - Returns True if successful; otherwise, returns False. If successful, sets the layer's rebuild flag to True.

Error Codes

-1 (busy)

-15 (does not apply)

See Also

getNameColumn, NameColumn