MGMap.setTrackingID   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

boolean setTrackingID(String trackID)

Description

Sets the customer tracking ID associated with a map.

This method is available only if the map was created with the Allow Access To Tracking ID From API option selected in Autodesk MapGuide Author.

Parameters

trackID - The tracking ID string, which must be 255 characters or less.

Returns

boolean - Returns True if successful; otherwise, returns False.

Error Codes

-1 (busy)

-3 (illegal argument)

-5 (security violation)

See Also

getTrackingID, TrackingID