AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgInt32Property Class Reference
[MgInt32Property]

Inherits MgNullableProperty.

List of all members.


Detailed Description

Stores Int32 data with an associated key name.

Remarks:
You can store an instance of this class in an MgPropertyCollection object. Use the key name to retrieve the instance from the property collection.

Public Member Functions

INT16 GetPropertyType ()
 
INT32 GetValue ()
 Gets the property value.
 MgInt32Property (CREFSTRING name, INT32 value)
 Constructs an MgInt32Property object.
void SetValue (INT32 value)
 

Friends

class MgPropertyCollection