AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.