|
MapGuide API Reference
|
| 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.
| void SetLength(int len); |
| void SetLength(int len); |
| void SetLength(int len); |
| len | (int) The length of this String, BLOB, or CLOB data property. |