AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgRasterPropertyDefinition::SetNullable ( bool  value  ) 

Sets a Boolean value that indicates whether this property's value can be null.

.NET Syntax
void SetNullable(bool value);
Java Syntax
void SetNullable(boolean value);
PHP Syntax
void SetNullable(bool value);

Parameters:
value (boolean/bool) True configures the property to be nullable, and false configures it to disallow setting it to a null value.
Returns:
Returns nothing.