AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgBooleanProperty::MgBooleanProperty ( CREFSTRING  name,
bool  value 
)

Constructs an MgBooleanProperty object.

.NET Syntax
MgBooleanProperty(string name, bool value);
Java Syntax
MgBooleanProperty(String name, boolean value);
PHP Syntax
MgBooleanProperty(string name, bool value);

Parameters:
name (String/string) The name of the property
value (boolean/bool) The value of the property