MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Sets the maximum length of a String, BLOB, or CLOB data property. This value does not apply to any other data type.

.NET Syntax
void SetLength(int len);
Java Syntax
void SetLength(int len);
PHP Syntax
void SetLength(int len);
Parameters:
len(int) The length of this String, BLOB, or CLOB data property.
Returns:
Returns nothing.