AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgByteProperty::MgByteProperty ( CREFSTRING  name,
BYTE  value 
)

Constructs an MgByteProperty object.

.NET Syntax
MgByteProperty(string name, unsigned char value);
Java Syntax
MgByteProperty(String name, signed char value);
PHP Syntax
MgByteProperty(string name, int value);

Parameters:
name (String/string) The name of the property.
value (signed char/unsigned char/string) The value of the property.