AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgInt64Property::MgInt64Property ( CREFSTRING  name,
INT64  value 
)

Constructs an MgInt64Property object.

.NET Syntax
MgInt64Property(string name, long value);
Java Syntax
MgInt64Property(String name, long value);
PHP Syntax
MgInt64Property(string name, string value);

Parameters:
name (String/string) The name of the property.
value (long/string) The value of the property.