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

Syntax

boolean setSymbolAngleColumn(String column)

Description

Sets the name of the column containing the rotation angle of symbols for point features.

Rotation angles are specified in decimal degrees measured counterclockwise and can range from -360.0º to 360.0º.

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" chapter in the Autodesk MapGuide Developer's Guide.

Parameters

column - The column name.

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

getSymbolAngleColumn, SymbolAngleColumn