AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgColor::MgColor ( CREFSTRING  color  ) 

Constructor.

.NET Syntax
MgColor(string color);
Java Syntax
MgColor(String color);
PHP Syntax
MgColor(string color);

Parameters:
color (String/string) Color specified as 0xRRGGBBAA RR - Red component GG - Green component BB - Blue Component AA - Alpha component (optional)
Returns:
Nothing