AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgByteProperty::SetValue ( BYTE  value  ) 

Sets the property value.

.NET Syntax
void SetValue(unsigned char value);
Java Syntax
void SetValue(signed char value);
PHP Syntax
void SetValue(int value);

Parameters:
value (signed char/unsigned char/string) The value of the property.
Returns:
Returns nothing.