MGMapLayerSetup.setSdpFeatureTable   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

boolean setSdpFeatureTable(String featureTable)

Description

Sets the feature table name for this map layer.

If this method is successful, it automatically sets the layer's rebuild flag to True. See setRebuild for more information.

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

You might need to update other SDP-related properties after changing the feature table. What those properties are varies depending on your data.

Parameters

featureTable - The name of the feature table.

Returns

boolean - Returns True if successful.

Error Codes

-1 (busy)

-15 (does not apply)

See Also

getSdpFeatureTable, SdpFeatureTable