AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgInt64Property::SetValue ( INT64  value  ) 

Sets the property value.

.NET Syntax
void SetValue(long value);
Java Syntax
void SetValue(long value);
PHP Syntax
void SetValue(string value);

Parameters:
value (long/string) The value of the property.
Returns:
Returns nothing.