Web API Reference MapGuide Open Source
void MgDataPropertyDefinition::SetLength ( INT32  len  ) 

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.


Comments or suggestions? Send us feedback.