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

Syntax

boolean setTextVertAlignColumn(String column)

Description

Sets the name of the column containing vertical alignment values for text features.

Valid alignment values found within the column are the integers 0 (bottom), 1 (baseline), 2 (halfline), 3 (capline), and 4 (top).

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.

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

getTextVertAlignColumn, TextVertAlignColumn