AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgSelectionBase::AddFeatureIdInt32 ( MgLayerBase layer,
CREFSTRING  className,
INT32  identifier 
)

Add a single selection to the set where the identity property is a 32-bit integer.

.NET Syntax
void AddFeatureIdInt32(MgLayerBase layer, string className, int identifier);
Java Syntax
void AddFeatureIdInt32(MgLayerBase layer, String className, int identifier);
PHP Syntax
void AddFeatureIdInt32(MgLayerBase layer, string className, int identifier);